We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb698b1 commit a68b967Copy full SHA for a68b967
xor.cabal
@@ -1,6 +1,7 @@
1
cabal-version: 2.2
2
name: xor
3
version: 0.0.1.3
4
+x-revision: 1
5
6
category: Data, Codec
7
author: Herbert Valerio Riedel
@@ -106,4 +107,4 @@ test-suite test
106
107
, tasty >= 1.2.3 && < 1.6
108
, tasty-hunit ^>= 0.10
109
, tasty-quickcheck >= 0.10 && < 1
- , QuickCheck >= 2.14 && < 2.16
110
+ , QuickCheck >= 2.14 && < 3
0 commit comments