mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
Relaxed version upper bound for test-framework from < 0.5 to < 0.6, since 0.5 is the first version on Hackage that builds under GHC 7.4.1.
This commit is contained in:
+1
-1
@@ -400,7 +400,7 @@ Executable test-pandoc
|
||||
else
|
||||
Buildable: False
|
||||
Other-Extensions: TemplateHaskell, QuasiQuotes
|
||||
Build-Depends: Diff, test-framework >= 0.3 && < 0.5,
|
||||
Build-Depends: Diff, test-framework >= 0.3 && < 0.6,
|
||||
test-framework-hunit >= 0.2 && < 0.3,
|
||||
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
|
||||
QuickCheck >= 2.4 && < 2.6,
|
||||
|
||||
Reference in New Issue
Block a user