Skip to content

Commit a68b967

Browse files
committed
v0.0.1.3 revision 1: allow QuickCheck <3
1 parent cb698b1 commit a68b967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xor.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.2
22
name: xor
33
version: 0.0.1.3
4+
x-revision: 1
45

56
category: Data, Codec
67
author: Herbert Valerio Riedel
@@ -106,4 +107,4 @@ test-suite test
106107
, tasty >= 1.2.3 && < 1.6
107108
, tasty-hunit ^>= 0.10
108109
, tasty-quickcheck >= 0.10 && < 1
109-
, QuickCheck >= 2.14 && < 2.16
110+
, QuickCheck >= 2.14 && < 3

0 commit comments

Comments
 (0)