Update build-depends for GHC 8.2
This commit is contained in:
parent
a69a9f8897
commit
6282cd306b
@ -203,13 +203,11 @@ Library
|
||||
, text < 1.3 && >= 1.2.1.3
|
||||
, transformers-base < 0.5 && >= 0.4.4
|
||||
|
||||
, cabal-helper < 0.8 && >= 0.7.3.0
|
||||
, ghc < 8.4 && >= 7.6
|
||||
, cabal-helper < 0.9 && >= 0.8.0.0
|
||||
, ghc < 8.4 && >= 7.8
|
||||
|
||||
if impl(ghc >= 8.0)
|
||||
Build-Depends: ghc-boot
|
||||
if impl(ghc < 7.8)
|
||||
Build-Depends: convertible < 1.2 && >= 1.1.0.0
|
||||
|
||||
Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
@ -236,7 +234,7 @@ Executable ghc-mod
|
||||
, semigroups < 0.19 && >= 0.10.0
|
||||
, split < 0.3 && >= 0.2.2
|
||||
|
||||
, ghc < 8.4 && >= 7.6
|
||||
, ghc < 8.4 && >= 7.8
|
||||
, ghc-mod
|
||||
|
||||
|
||||
@ -322,7 +320,7 @@ Test-Suite spec
|
||||
|
||||
, base < 4.11 && >= 4.6.0.1
|
||||
, fclabels < 2.1 && >= 2.0
|
||||
, hspec < 2.4 && >= 2.0.0
|
||||
, hspec < 2.5 && >= 2.0.0
|
||||
, monad-journal < 0.8 && >= 0.4
|
||||
, split < 0.3 && >= 0.2.2
|
||||
, temporary < 1.3 && >= 1.2.0.3
|
||||
@ -334,8 +332,8 @@ Test-Suite spec
|
||||
Build-Depends: ghc-boot
|
||||
|
||||
Build-Depends:
|
||||
cabal-helper < 0.8 && >= 0.7.1.0
|
||||
, ghc < 8.4 && >= 7.6
|
||||
cabal-helper < 0.9 && >= 0.8.0.0
|
||||
, ghc < 8.4 && >= 7.8
|
||||
, ghc-mod
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user