Skip to content
Snippets Groups Projects
Commit ffa3e128 authored by Ben Gamari's avatar Ben Gamari
Browse files

hadrian: Widen QuickCheck upper bound

parent e9f2b43c
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ executable hadrian ...@@ -122,7 +122,7 @@ executable hadrian
, extra >= 1.4.7 , extra >= 1.4.7
, mtl == 2.2.* , mtl == 2.2.*
, parsec >= 3.1 && < 3.2 , parsec >= 3.1 && < 3.2
, QuickCheck >= 2.6 && < 2.13 , QuickCheck >= 2.6 && < 2.15
, shake >= 0.16.4 , shake >= 0.16.4
, transformers >= 0.4 && < 0.6 , transformers >= 0.4 && < 0.6
, unordered-containers >= 0.2.1 && < 0.3 , unordered-containers >= 0.2.1 && < 0.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment