BSD-3-Clause licensed by Dennis Gosnell, Felix Paulusma
This version can be pinned in stack with:password-instances-2.0.0.0@sha256:97e55c5527aae52c944188208c0a3f9e5594b0b8ed59ce1153a67bd3414adb55,2088

Module documentation for 2.0.0.0

A library providing typeclass instances for common libraries for the types from the password package.

Changes

Changelog for password-instances

2.0.0.0

  • No longer re-exports anything from password to be more predictable and in line with other ...-instances packages like quickcheck-instances and vector-instances. #8
  • Added instances for “forbidden” type classes with custom type errors. #8
  • GHC versions < 8.2 are no longer actively supported. (Tested to work for GHC 8.2.2)

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.