Skip to content

Commit

Permalink
rounded-hw: Relax QuickCheck version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Oct 9, 2024
1 parent ddc39ea commit 523946a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rounded-hw/rounded-hw.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ test-suite rounded-hw-test
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck ^>=2.14.3
QuickCheck >=2.14.3 && <2.16
, hspec ^>=2.11.7
, random ^>=1.2.1.1
, rounded-hw
Expand Down

0 comments on commit 523946a

Please sign in to comment.