Changelog for password
1.0.0.0
hashPassWithSalt has switched function arguments for better currying.
#6
Although be warned that multiple passwords
should not be hashed with the same salt.
- Removed
Read instance from Pass and added Show instance.
#6
See #5
for justification of this.
newSalt is now MonadIO m instead of IO.
#6
PassCheckSucc has been renamed to PassCheckSuccess.
#6
- Hide data constructor from
Pass and add the mkPass function to construct a Pass.
#6
- Thanks to Felix Paulusma (@Vlix) for the above
changes!
0.1.0.1
- Small fix to make sure the doctests build with stack.
#3
0.1.0.0