Skip to content

Commit

Permalink
Merge pull request #241 from cydparser/bump-hashable
Browse files Browse the repository at this point in the history
Increase hashable upper bound
  • Loading branch information
cydparser authored Jul 4, 2024
2 parents a85e17b + 8fc4d58 commit 6afcf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Library
-- hashable is broken from 1.2.0.0 through 1.2.0.5
-- snap does work with hashable 1.1.*, but some have complained that
-- the version disjunction causes problems with dependency resolution.
hashable >= 1.2.0.6 && < 1.5,
hashable >= 1.2.0.6 && < 2,
heist >= 1.1 && < 1.2,
lens >= 3.7.6 && < 5.4,
lifted-base >= 0.2 && < 0.3,
Expand Down

0 comments on commit 6afcf77

Please sign in to comment.