This commit is contained in:
Joey Hess 2020-12-15 16:35:06 -04:00
parent 117d270bb4
commit 2abda21123
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,8 @@ Would need haskell library, http://hackage.haskell.org/package/xxhash is
out of date. It would probably not be hard to make a xxh3 haskell library,
but I'm inclined to wait for someone who really wants it.
Debian already has it in libxxhash0.
Interestingly, the ghc RTS uses xxhash and recently updated to xxh3.
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4248
But I don't think that's exposed to haskell code.