Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from memory+cryptonite to base16-bytestring+cryptohash-sha256 #2335

Merged
merged 6 commits into from
Nov 17, 2021

Conversation

sjakobi
Copy link
Collaborator

@sjakobi sjakobi commented Nov 17, 2021

  • cryptohash-sha256 is used in cabal-install and currently maintained by Oleg Grenrus / phadej.
  • base{16,64}-bytestring are maintained by Emily Pillmore and used in hnix.

By removing direct dependencies on memory we also save ourselves some upgrade hassle with GHC 9.4 when base will gain a Data.ByteArray module that will name-clash with memory.

@sjakobi sjakobi marked this pull request as ready for review November 17, 2021 02:26
Copy link
Collaborator

@Gabriella439 Gabriella439 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, my understanding is that the author of cryptonite and memory is not as active of a maintainer any longer

@mergify mergify bot merged commit 30f9617 into master Nov 17, 2021
@mergify mergify bot deleted the sjakobi/no-memory branch November 17, 2021 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants