cdepillabout / password

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

bump dependency versions of cryptonite and memory #49

Closed cdepillabout closed 3 years ago

cdepillabout commented 3 years ago

This bumps the versions of cryptonite and memory that we allow, since they both had new major releases:

Unfortunately neither of them have CHANGELOGs for this new release...

In CI, you can see that these new versions of cryptonite and memory are being used, and our tests pass:

This PR also bumps the LTS version in our stack.yaml, as well as some small fixups for our GitHub Action. Closes #46.

cdepillabout commented 3 years ago

This is for https://github.com/commercialhaskell/stackage/issues/6006 and https://github.com/commercialhaskell/stackage/issues/6007.

I'm going to go ahead and make a cabal revision lifting these version constraints:


@Vlix Ah, it looks like I don't have permissions to edit password-types on Hackage. Would you be able to make me a maintainer? https://hackage.haskell.org/package/password-types

Here is my Hackage user: https://hackage.haskell.org/user/cdepillabout

cdepillabout commented 3 years ago

Thanks, I added a revision for password-types!