.cabal: extend test-framework dep range up to <0.5
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
parent
7fc4bd3d6e
commit
bbebbe6349
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ Executable test-pandoc
|
|||
else
|
||||
Ghc-Options: -Wall
|
||||
Extensions: CPP
|
||||
Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.4,
|
||||
Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.5,
|
||||
test-framework-hunit >= 0.2 && < 0.3,
|
||||
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
|
||||
QuickCheck >= 2.4 && < 2.6,
|
||||
|
|
Loading…
Reference in a new issue