password-instances: typeclass instances for password package

[ bsd3, data, library ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

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
Change log ChangeLog.md
Dependencies aeson (>=0.2), base (>=4.9 && <5), http-api-data, password (>=2), persistent (>=1.2), text [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
Category Data
Home page https://github.com/cdepillabout/password/password-instances#readme
Bug tracker https://github.com/cdepillabout/password/issues
Source repo head: git clone https://github.com/cdepillabout/password
Uploaded by nideco at 2020-05-03T18:09:27Z
Distributions LTSHaskell:3.0.0.0, NixOS:3.0.0.0, Stackage:3.0.0.0
Downloads 3103 total (33 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 2020-05-04 [all 1 reports]

Readme for password-instances-2.0.0.0

[back to package description]
# password-instances

[![Build Status](https://secure.travis-ci.org/cdepillabout/password.svg)](http://travis-ci.org/cdepillabout/password)
[![Hackage](https://img.shields.io/hackage/v/password-instances.svg)](https://hackage.haskell.org/package/password-instances)
[![Stackage LTS](http://stackage.org/package/password-instances/badge/lts)](http://stackage.org/lts/package/password-instances)
[![Stackage Nightly](http://stackage.org/package/password-instances/badge/nightly)](http://stackage.org/nightly/package/password-instances)
[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)

This package provides various typeclass instances for the plain-text password
and hashed password datatypes from the
[password](https://hackage.haskell.org/package/password) package.