vincenthz / hs-cryptohash

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

Add support for AIX #41

Closed hvr closed 8 years ago

hvr commented 8 years ago

This is all that's needed to compile cryptohash on AIX, and have the test-suite pass.

vincenthz commented 8 years ago

Thanks. I copied this across cryptonite, although I have no idea if AIX is able to build the whole repository anyhow.

hvr commented 8 years ago

Thanks. I copied this across cryptonite, also I have no idea if AIX is able to build the whole repository anyhow.

I just tested the master tip of cryptonite's Git repo, and it builds & passes test-suite on AIX just fine.