workaround for the next HP.
This commit is contained in:
parent
1e7eeff41c
commit
a34f9a24be
@ -62,7 +62,6 @@ Library
|
||||
Language.Haskell.GhcMod.List
|
||||
Language.Haskell.GhcMod.Types
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, Cabal >= 1.10
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
@ -78,6 +77,9 @@ Library
|
||||
, transformers
|
||||
if impl(ghc < 7.7)
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
else
|
||||
Build-Depends: Cabal >= 1.18
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
@ -116,7 +118,6 @@ Test-Suite spec
|
||||
LintSpec
|
||||
ListSpec
|
||||
Build-Depends: base >= 4.0 && < 5
|
||||
, Cabal >= 1.10
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
@ -133,6 +134,9 @@ Test-Suite spec
|
||||
, hspec >= 1.7.1
|
||||
if impl(ghc < 7.7)
|
||||
Build-Depends: convertible
|
||||
, Cabal >= 1.10 && < 1.17
|
||||
else
|
||||
Build-Depends: Cabal >= 1.18
|
||||
if impl(ghc < 7.6.0)
|
||||
Build-Depends: executable-path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user