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

Module documentation for 0.3.0.1

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

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.