cdepillabout / password

datatypes and functions for easily working with passwords in Haskell
http://hackage.haskell.org/package/password
55 stars 16 forks source link

Moving over to `crypton` backend #81

Closed Vlix closed 3 weeks ago

Vlix commented 4 months ago

Also updated a bit of the CI settings, since we got GHC 9.6.6 now. And the haskell/actions/setup is now deprecated, using haskell-actions/setup now.

Vlix commented 4 months ago

78

Vlix commented 4 months ago

I'd like the OSX actions to just work, so I don't want to remove them... but I didn't have time to actually look into it. :/

EDIT: It's mostly the scrypt package, it seems. (Except GHC 9.0.2, there it's something about LLVM that's erroring) Maybe we should remove the scrypt test we have in there (was a regressions test when going from password-1.0.0.0 to password-2.0.0.0. 🤔

Vlix commented 3 weeks ago

@cdepillabout version 3.1.0.0 is now pushed to hackage, ready for nightly