cdepillabout / password

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

Adjust `password` to also build with `base64-1.0` #73

Closed Vlix closed 9 months ago

Vlix commented 10 months ago

base64-1.0 has a new interface, the ChangeLog says, so it probably needs some code changes to be compatible.

I'd rather we build with base64 < 1.0 and >= 1.0, so we might need to use some CPP.

ysangkok commented 9 months ago

Stackage issue for the record:

Vlix commented 9 months ago

Issue fixed with version 3.0.4.0