Raise minimum cabal-helper version

This commit is contained in:
Julian Ospald 2018-06-15 15:16:09 +02:00
parent fbb07a213a
commit 54ac5e6594
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ Library
, text < 1.3 && >= 1.2.1.3
, transformers-base < 0.5 && >= 0.4.4
, cabal-helper < 0.9 && >= 0.8.0.0
, cabal-helper < 0.9 && >= 0.8.0.2
, ghc < 8.4 && >= 7.8
, ghc-mod-core
@ -287,7 +287,7 @@ Test-Suite spec
Build-Depends: ghc-boot
Build-Depends:
cabal-helper < 0.9 && >= 0.8.0.0
cabal-helper < 0.9 && >= 0.8.0.2
, ghc < 8.4 && >= 7.8
, ghc-mod
, ghc-mod-core