mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 19:38:05 +03:00
specified versions of ‘base’ for tests
This commit is contained in:
parent
ec57da40b0
commit
5459bf05e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user