vincenthz / hs-cryptohash

efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite
Other
30 stars 24 forks source link

Build failures in v0.7.7 to v0.7.10 with bytestring >= 0.11 #46

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago
Crypto/Hash/MD2.hs:34:56: error:
    Module ‘Data.ByteString.Internal’ does not export ‘inlinePerformIO’
   |
34 | import Data.ByteString.Internal (create, toForeignPtr, inlinePerformIO)
   |                                                        ^^^^^^^^^^^^^^^

As a Hackage trustee, I have revised these versions to prevent build attempts with bytestring >= 0.11. See e.g. https://hackage.haskell.org/package/cryptohash-0.7.10/revisions/.