.cabal: extend test-framework dep range up to <0.5

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich 2011-07-31 10:39:09 +03:00
parent 7fc4bd3d6e
commit bbebbe6349

View file

@ -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,