Skip to content

Commit

Permalink
Add hashable upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Jan 25, 2024
1 parent 0980744 commit 78aaa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gothic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
, binary >= 0.8.5.1 && < 0.9
, connection >= 0.2.8 && < 0.4
, exceptions >= 0.10.0 && < 0.11
, hashable >= 1.4
, hashable >= 1.4.3 && < 1.5
, http-conduit >= 2.3.2 && < 2.4
, http-client >= 0.5.13.1 && < 0.8
, http-client-tls >= 0.3.5.3 && < 0.4
Expand Down

0 comments on commit 78aaa0a

Please sign in to comment.