Skip to content

Commit

Permalink
Allow QuickCheck ^>=2.15
Browse files Browse the repository at this point in the history
Not especially useful until dependencies catch up, see:

* haskell/aeson#1096
* haskellari/qc-instances#92
  • Loading branch information
JackKelly-Bellroy committed May 14, 2024
1 parent 180e6d5 commit 12b7f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ library
, unordered-containers >=0.2.9.0 && <0.3
, uuid-types >=1.0.3 && <1.1
, vector >=0.12.0.1 && <0.14
, QuickCheck >=2.10.1 && <2.15
, QuickCheck >=2.10.1 && <2.16

default-language: Haskell2010

Expand Down

0 comments on commit 12b7f9b

Please sign in to comment.