specified versions of ‘base’ for tests

This commit is contained in:
mrkkrp 2015-07-31 20:06:07 +06:00
parent ec57da40b0
commit 5459bf05e0

View File

@ -90,7 +90,7 @@ test-suite oldtests
, Bugs.Bug6
, Bugs.Bug9
, Util
build-depends: base
build-depends: base >= 4.8 && < 5
, megaparsec >= 4.0.0
, HUnit == 1.2.*
, test-framework >= 0.6 && < 1
@ -104,7 +104,7 @@ test-suite tests
type: exitcode-stdio-1.0
ghc-options: -O2 -Wall -rtsopts
default-language: Haskell2010
build-depends: base
build-depends: base >= 4.8 && < 5
, megaparsec >= 4.0.0
, QuickCheck >= 2.4 && < 3
, test-framework >= 0.6 && < 1