cdepillabout / password

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

split `Password` and `PasswordHash` types into a `password-types` package #20

Closed cdepillabout closed 3 years ago

cdepillabout commented 4 years ago

It might be nice for the Password and PasswordHash types to be split off into a separate package called something like password-types.

This way, other libraries on Hackage could rely on the canonical Password and PasswordHash types without also getting a transitive dependency on cryptonite.

We could debate about the module name that the password-types package exposes (whether it is Data.Password, or Data.Password.Types), and also what to do about the Data.Password module exposed from the password library.

cdepillabout commented 3 years ago

Vlix spilt out password-types and it is now up on Hackage!

https://hackage.haskell.org/package/password-types