File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : uuid-types
3
3
version : 1.0.6
4
+ x-revision : 1
4
5
copyright :
5
6
(c) 2017-2018 Herbert Valerio Riedel
6
7
(c) 2008-2014 Antoine Latter
@@ -86,10 +87,10 @@ test-suite testuuid
86
87
87
88
-- deps w/o inherited constraints
88
89
build-depends :
89
- QuickCheck >= 2.14.2 && < 2.15
90
+ QuickCheck >= 2.14.2 && < 2.16
90
91
, tasty >= 1.4.0.1 && < 1.6
91
92
, tasty-hunit >= 0.10 && < 0.11
92
- , tasty-quickcheck >= 0.10 && < 0.11
93
+ , tasty-quickcheck >= 0.10 && < 0.12
93
94
94
95
if !impl(ghc >= 8.4 )
95
96
build-depends : ghc-byteorder >= 4.11 && < 4.12
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : uuid
3
3
version : 1.3.16
4
+ x-revision : 1
4
5
copyright : (c) 2008-2014 Antoine Latter
5
6
author : Antoine Latter
6
7
maintainer : Oleg Grenrus <
[email protected] >
@@ -89,7 +90,7 @@ test-suite testuuid
89
90
90
91
-- deps w/o inherited constraints
91
92
build-depends :
92
- QuickCheck >= 2.14.2 && < 2.15
93
+ QuickCheck >= 2.14.2 && < 2.16
93
94
, tasty >= 1.4.0.1 && < 1.6
94
95
, tasty-hunit >= 0.10 && < 0.11
95
- , tasty-quickcheck >= 0.10 && < 0.11
96
+ , tasty-quickcheck >= 0.10 && < 0.12
You can’t perform that action at this time.
0 commit comments