cdepillabout / password

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

Make scrypt test dep optional and not required on darwin #85

Closed cdepillabout closed 4 days ago

cdepillabout commented 6 days ago

This is a slight improvement on https://github.com/cdepillabout/password/pull/84.

I've also confirmed that stack test --flag password:-scrypt password builds without problems (on Linux at least).

See the following for more information:

Vlix commented 4 days ago

Looks good :+1:

You could also include a version bump + Changelog addition. (-> 3.1.0.1?)

cdepillabout commented 4 days ago

Thanks! I've tagged and released as https://hackage.haskell.org/package/password-3.1.0.1