Skip to content

Commit

Permalink
Merge pull request #97 from haskellari/QC-2.15.0.1
Browse files Browse the repository at this point in the history
Allow QuickCheck-2.15.0.1
  • Loading branch information
phadej authored Jun 4, 2024
2 parents 7ac94aa + 7b86c80 commit 05bf6a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quickcheck-instances.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 2.2
name: quickcheck-instances
version: 0.3.31
x-revision: 1
synopsis: Common quickcheck instances
description:
QuickCheck instances.
Expand Down Expand Up @@ -80,7 +81,7 @@ library
hs-source-dirs: src
build-depends:
, base >=4.12.0.0 && <4.21
, QuickCheck >=2.14.2 && <2.15.0
, QuickCheck >=2.14.2 && <2.15.1
, splitmix >=0.1.0.5 && <0.2

build-depends:
Expand Down

0 comments on commit 05bf6a4

Please sign in to comment.