packages feed

password-instances 2.0.0.0 → 2.0.0.1

raw patch · 4 files changed

+17/−13 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for password-instances +## 2.0.0.1++-   Fixed README markdown for hackage.+ ## 2.0.0.0  -   No longer re-exports anything from `password` to be
− README
@@ -1,11 +0,0 @@-# 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.
+ README.md view
@@ -0,0 +1,11 @@+# 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.
password-instances.cabal view
@@ -1,7 +1,7 @@ cabal-version: 1.12  name:           password-instances-version:        2.0.0.0+version:        2.0.0.1 category:       Data synopsis:       typeclass instances for password package description:    A library providing typeclass instances for common libraries for the types from the password package.@@ -14,7 +14,7 @@ license-file:   LICENSE build-type:     Custom extra-source-files:-    README+    README.md     ChangeLog.md  source-repository head