haskell-hvr / cryptohash-sha1

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

base bounds unnecessarily exclude 4.17 (GHC 9.4) #16

Closed ysangkok closed 2 years ago

ysangkok commented 2 years ago

GHC 9.4 is out now, and this library would build with it, but it doesn't because of the base bound.

ysangkok commented 2 years ago

Fixed in https://github.com/haskell-hvr/cryptohash-sha1/pull/17