Skip to content

Commit

Permalink
Merge pull request #100 from haskellari/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5
  • Loading branch information
phadej authored Aug 2, 2024
2 parents 05bf6a4 + 305b970 commit 51d772b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickcheck-instances.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: quickcheck-instances
version: 0.3.31
x-revision: 1
x-revision: 2
synopsis: Common quickcheck instances
description:
QuickCheck instances.
Expand Down Expand Up @@ -90,7 +90,7 @@ library
, case-insensitive >=1.2.0.11 && <1.3
, containers >=0.6.0.1 && <0.8
, data-fix >=0.3 && <0.4
, hashable >=1.4.4.0 && <1.5
, hashable >=1.4.4.0 && <1.6
, integer-logarithms >=1.0.3.1 && <1.1
, old-time >=1.1.0.0 && <1.2
, OneTuple >=0.4.2 && <0.5
Expand Down

0 comments on commit 51d772b

Please sign in to comment.