workaround for the next HP.

This commit is contained in:
Kazu Yamamoto 2014-01-08 12:01:10 +09:00
parent 1e7eeff41c
commit a34f9a24be
1 changed files with 6 additions and 2 deletions

View File

@ -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