BSD-3-Clause licensed by Dennis Gosnell
Maintained by [email protected]
This version can be pinned in stack with:password-instances-1.0.0.0@sha256:87017b396f55889ec1fb0cdd158e6b6ee65ef868f1f29c88c7e8bb369c462340,1675

Module documentation for 1.0.0.0

password-instances

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This package provides various typeclass instances for the plain-text password and hashed password datatypes from the password package.

Changes

Changelog for password-instances

1.0.0.0

  • Various changes re-exported from the password package. #6

0.3.0.1

  • Small fix to make sure the doctests build with stack. #3

0.3.0.0

  • Added instance for PersistFieldSql for PassHash.

0.2.0.0

  • Added instance for PersistField for PassHash.

0.1.0.0

  • Initial version.