Skip to content

Commit 68d7fe2

Browse files
authored
Merge pull request #86 from haskell-hvr/QC-2.15
Allow QuickCheck-2.15
2 parents b6102d2 + 0afb8cc commit 68d7fe2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

uuid-types/uuid-types.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.12
22
name: uuid-types
33
version: 1.0.6
4+
x-revision: 1
45
copyright:
56
(c) 2017-2018 Herbert Valerio Riedel
67
(c) 2008-2014 Antoine Latter
@@ -86,10 +87,10 @@ test-suite testuuid
8687

8788
-- deps w/o inherited constraints
8889
build-depends:
89-
QuickCheck >=2.14.2 && <2.15
90+
QuickCheck >=2.14.2 && <2.16
9091
, tasty >=1.4.0.1 && <1.6
9192
, tasty-hunit >=0.10 && <0.11
92-
, tasty-quickcheck >=0.10 && <0.11
93+
, tasty-quickcheck >=0.10 && <0.12
9394

9495
if !impl(ghc >=8.4)
9596
build-depends: ghc-byteorder >=4.11 && <4.12

uuid/uuid.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.12
22
name: uuid
33
version: 1.3.16
4+
x-revision: 1
45
copyright: (c) 2008-2014 Antoine Latter
56
author: Antoine Latter
67
maintainer: Oleg Grenrus <[email protected]>
@@ -89,7 +90,7 @@ test-suite testuuid
8990

9091
-- deps w/o inherited constraints
9192
build-depends:
92-
QuickCheck >=2.14.2 && <2.15
93+
QuickCheck >=2.14.2 && <2.16
9394
, tasty >=1.4.0.1 && <1.6
9495
, tasty-hunit >=0.10 && <0.11
95-
, tasty-quickcheck >=0.10 && <0.11
96+
, tasty-quickcheck >=0.10 && <0.12

0 commit comments

Comments
 (0)