Skip to content

Commit

Permalink
Allow QuickCheck 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Apr 23, 2024
1 parent f852329 commit 9a5794b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os-string.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ test-suite bytestring-tests
, base
, bytestring >=0.11.3.0
, os-string
, QuickCheck >=2.7 && <2.15
, QuickCheck >=2.7 && <2.16

test-suite encoding-tests
default-language: Haskell2010
Expand All @@ -107,7 +107,7 @@ test-suite encoding-tests
, bytestring >=0.11.3.0
, deepseq
, os-string
, QuickCheck >=2.7 && <2.15
, QuickCheck >=2.7 && <2.16
, quickcheck-classes-base ^>=0.6.2

benchmark bench
Expand Down

0 comments on commit 9a5794b

Please sign in to comment.