Skip to content

Commit 47ea6ae

Browse files
author
Soorya Narayan
committed
QuickCheck version constraints
The Arbitrary instance of Version in Distribution.Server.Framework.Instances clashes with the one defined in versions 2.9* of QuickCheck
1 parent 33cce9e commit 47ea6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackage-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ executable hackage-server
314314
mime-mail ==0.4.*,
315315
HStringTemplate > 0.7 && < 0.9,
316316
lifted-base >= 0.2.1 && < 0.3,
317-
QuickCheck >= 2.5,
317+
QuickCheck >= 2.5 && < 2.9,
318318
friendly-time >= 0.4 && < 0.5,
319319
cheapskate >= 0.1,
320320
blaze-html >= 0.7,

0 commit comments

Comments
 (0)