haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

Avoid crypton dependency for now #1686

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

The crypton fork of cryptonite seems to have broken its use in servant (CI for master is currently broken). So for now, let's avoid crypton. Since this is in cabal.project, it won't affect users of the libraries, only developers.

shlevy commented 1 year ago

FYI this issue should be fixed with yesterday's crypton release on hackage (the conflicting one was deprecated)

shlevy commented 1 year ago

Well, at least the third bullet. Not sure about the rest.