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 +4/−0
- README +0/−11
- README.md +11/−0
- password-instances.cabal +2/−2
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--[](http://travis-ci.org/cdepillabout/password)-[](https://hackage.haskell.org/package/password-instances)-[](http://stackage.org/lts/package/password-instances)-[](http://stackage.org/nightly/package/password-instances)-[](./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++[](http://travis-ci.org/cdepillabout/password)+[](https://hackage.haskell.org/package/password-instances)+[](http://stackage.org/lts/package/password-instances)+[](http://stackage.org/nightly/package/password-instances)+[](./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