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

Adapt to new hnix-store #1112

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Adapt to new hnix-store #1112

wants to merge 2 commits into from

Conversation

sorki
Copy link
Member

@sorki sorki commented Nov 1, 2024

  • bump upper bounds based on cabal outdated
  • cryptonite -> crypton
  • adapted to recent hnix-store
  • we might want to resolve NamedAlgo thingie first and do another release of store packages prior merging this. Some new dependency requirements might be fixable on store side as well

While many derivations eval correctly there are some new failure that need investigating. Will post more details.

@Ericson2314
Copy link
Member

crypton -> cryptonite

https://hackage.haskell.org/package/cryptonite

Deprecated in favor of crypton, cryptohash-md5, cryptohash-sha1, cryptohash-sha256, cryptohash-sha512

Are you sure?

@sorki
Copy link
Member Author

sorki commented Nov 1, 2024

crypton -> cryptonite

https://hackage.haskell.org/package/cryptonite

Deprecated in favor of crypton, cryptohash-md5, cryptohash-sha1, cryptohash-sha256, cryptohash-sha512

Are you sure?

Oops, vice versa :) Just wrote it opposite in PR summary. hnix-store is already using crypton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NamedAlgo typeclass seems redundant
2 participants