Skip to content

Commit

Permalink
Merge pull request #86 from haskell-hvr/QC-2.15
Browse files Browse the repository at this point in the history
Allow QuickCheck-2.15
  • Loading branch information
phadej authored Jul 4, 2024
2 parents b6102d2 + 0afb8cc commit 68d7fe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions uuid-types/uuid-types.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.12
name: uuid-types
version: 1.0.6
x-revision: 1
copyright:
(c) 2017-2018 Herbert Valerio Riedel
(c) 2008-2014 Antoine Latter
Expand Down Expand Up @@ -86,10 +87,10 @@ test-suite testuuid

-- deps w/o inherited constraints
build-depends:
QuickCheck >=2.14.2 && <2.15
QuickCheck >=2.14.2 && <2.16
, tasty >=1.4.0.1 && <1.6
, tasty-hunit >=0.10 && <0.11
, tasty-quickcheck >=0.10 && <0.11
, tasty-quickcheck >=0.10 && <0.12

if !impl(ghc >=8.4)
build-depends: ghc-byteorder >=4.11 && <4.12
5 changes: 3 additions & 2 deletions uuid/uuid.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 1.12
name: uuid
version: 1.3.16
x-revision: 1
copyright: (c) 2008-2014 Antoine Latter
author: Antoine Latter
maintainer: Oleg Grenrus <[email protected]>
Expand Down Expand Up @@ -89,7 +90,7 @@ test-suite testuuid

-- deps w/o inherited constraints
build-depends:
QuickCheck >=2.14.2 && <2.15
QuickCheck >=2.14.2 && <2.16
, tasty >=1.4.0.1 && <1.6
, tasty-hunit >=0.10 && <0.11
, tasty-quickcheck >=0.10 && <0.11
, tasty-quickcheck >=0.10 && <0.12

0 comments on commit 68d7fe2

Please sign in to comment.