Skip to content

Commit

Permalink
Merge pull request #85 from haskell-hvr/hashable-1.5
Browse files Browse the repository at this point in the history
Allow hashable-1.5
  • Loading branch information
phadej authored Jul 4, 2024
2 parents 45e9e5d + 207e30c commit b6102d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uuid-bench/uuid-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
, cryptohash-sha1 >=0.11.100 && <0.12
, deepseq >=1.4.4.0 && <1.6
, entropy >=0.3.7 && <0.5
, hashable >=1.4.4.0 && <1.5
, hashable >=1.4.4.0 && <1.6
, network-info >=0.2 && <0.3
, random >=1.2.1.2 && <1.3
, template-haskell >=2.14.0.0 && <2.23
Expand Down
2 changes: 1 addition & 1 deletion uuid-types/uuid-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ library
, binary >=0.8.6.0 && <0.9
, bytestring >=0.10.8.2 && <0.13
, deepseq >=1.4.4.0 && <1.6
, hashable >=1.4.4.0 && <1.5
, hashable >=1.4.4.0 && <1.6
, random >=1.2.1.2 && <1.3
, template-haskell >=2.14.0.0 && <2.23
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
Expand Down

0 comments on commit b6102d2

Please sign in to comment.