Skip to content

Commit 51d772b

Browse files
authored
Merge pull request #100 from haskellari/hashable-1.5
Allow hashable-1.5
2 parents 05bf6a4 + 305b970 commit 51d772b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickcheck-instances.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: quickcheck-instances
33
version: 0.3.31
4-
x-revision: 1
4+
x-revision: 2
55
synopsis: Common quickcheck instances
66
description:
77
QuickCheck instances.
@@ -90,7 +90,7 @@ library
9090
, case-insensitive >=1.2.0.11 && <1.3
9191
, containers >=0.6.0.1 && <0.8
9292
, data-fix >=0.3 && <0.4
93-
, hashable >=1.4.4.0 && <1.5
93+
, hashable >=1.4.4.0 && <1.6
9494
, integer-logarithms >=1.0.3.1 && <1.1
9595
, old-time >=1.1.0.0 && <1.2
9696
, OneTuple >=0.4.2 && <0.5

0 commit comments

Comments
 (0)