add revision

epel9
Jens Petersen 5 years ago
parent 618d1c60c7
commit d5ea39e533

@ -1,6 +1,6 @@
Name: uuid-types
Version: 1.0.3
x-revision: 2
x-revision: 3
Copyright: (c) 2008-2014 Antoine Latter
Author: Antoine Latter
Maintainer: aslatter@gmail.com
@ -32,7 +32,7 @@ Library
bytestring >= 0.9 && < 0.11,
deepseq >= 1.3 && < 1.5,
hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
random >= 1.0.1 && < 1.2,
random >= 1.0.1 && < 1.3,
text >= 1 && < 1.3
Exposed-Modules:
@ -57,11 +57,11 @@ Test-Suite testuuid
Build-Depends: base >= 3 && < 5,
uuid-types,
bytestring >= 0.9 && < 0.11,
HUnit >=1.2 && < 1.4,
QuickCheck >=2.4 && < 2.10,
tasty >= 0.10 && < 0.12,
tasty-hunit == 0.9.*,
tasty-quickcheck == 0.8.*
HUnit >=1.2 && < 1.7,
QuickCheck >=2.4 && < 2.15,
tasty >= 0.10 && < 1.4,
tasty-hunit == 0.9.* || ==0.10.*,
tasty-quickcheck == 0.8.* || ==0.10.*
benchmark benchmark
Type: exitcode-stdio-1.0
@ -72,7 +72,7 @@ benchmark benchmark
Build-depends: base == 4.*,
uuid-types,
bytestring >= 0.9 && < 0.11,
containers >= 0.4 && < 0.6,
criterion >= 0.4 && < 1.2,
containers >= 0.4 && < 0.7,
criterion >= 0.4 && < 1.6,
deepseq >= 1.1 && < 1.5,
random >= 1.0.1 && < 1.2
random >= 1.0.1 && < 1.3

Loading…
Cancel
Save