haskell-hvr / cryptohash-sha1

Fast, pure and practical SHA1 implementation
https://hackage.haskell.org/package/cryptohash-sha1
Other
6 stars 9 forks source link

Support GHC-9.6 #18

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

Seems like the bounds reject the base from GHC-9.6:

[__5] rejecting: binary-0.8.9.1/installed-0.8.9.1 (conflict: cryptohash-sha1
=> base>=4.5 && <4.18, binary => base==4.18.0.0/installed-4.18.0.0)

Allow-newer seems to work so maybe a revision is sufficient.

Would be nice to also cover cryptohash-md5.

phadej commented 1 year ago

ping @andreasabel

Bodigrim commented 1 year ago

Yep, I tested cryptohash-sha1 and cryptohash-md5, both are doing well with GHC 9.6. A revision would be appreciated.

andreasabel commented 1 year ago

Revision published!