haskell-hvr / cryptohash-sha256

Fast, pure and practical SHA-256 implementation
https://hackage.haskell.org/package/cryptohash-sha256
Other
22 stars 6 forks source link

Allow base 4.15 (GHC 9) #13

Closed ysangkok closed 3 years ago

ysangkok commented 3 years ago

Tested with "cabal test" (Cabal 3.4), and it passed. Also tried "cabal run sha256sum" and it produced the right hash for "Hello world".

phadej commented 3 years ago

Done in https://github.com/haskell-hvr/cryptohash-sha256/pull/14