Closed cdepillabout closed 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
Thanks, I added a revision for password-types
!
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.