password-instances: typeclass instances for password package

[ bsd3, data, library, security ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
aeson

Enable instances for Aeson

Enabled
http-api-data

Enable instances for HTTP API Data

Enabled
persistent

Enable instances for Persistent

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 1.0.0.0, 2.0.0.0, 2.0.0.1, 2.0.0.2, 3.0.0.0, 3.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), password-aeson, password-http-api-data, password-persistent [details]
License BSD-3-Clause
Copyright Copyright (c) Dennis Gosnell, 2019; Felix Paulusma, 2020
Author Dennis Gosnell, Felix Paulusma
Maintainer cdep.illabout@gmail.com, felix.paulusma@gmail.com
Uploaded by nideco at 2026-04-10T14:21:41Z
Category Security
Home page https://github.com/cdepillabout/password/tree/master/password-instances#readme
Bug tracker https://github.com/cdepillabout/password/issues
Source repo head: git clone https://github.com/cdepillabout/password
Downloads 3572 total (37 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-04-10 [all 1 reports]

Readme for password-instances-3.1.0.0

[back to package description]

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.