password-instances 2.0.0.1 → 2.0.0.2
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−1
- password-instances.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,11 @@ # Changelog for password-instances +## 2.0.0.2++- Fixed `homepage` links in the `.cabal` files.+ [#34](https://github.com/cdepillabout/password/pull/34)+ Thanks to [@Radicalautistt](https://github.com/Radicalautistt)+ ## 2.0.0.1 - Fixed README markdown for hackage.@@ -35,4 +41,3 @@ ## 0.1.0.0 - Initial version.-
password-instances.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 name: password-instances-version: 2.0.0.1+version: 2.0.0.2 category: Data synopsis: typeclass instances for password package description: A library providing typeclass instances for common libraries for the types from the password package.-homepage: https://github.com/cdepillabout/password/password-instances#readme+homepage: https://github.com/cdepillabout/password/tree/master/password-instances#readme bug-reports: https://github.com/cdepillabout/password/issues author: Dennis Gosnell, Felix Paulusma maintainer: cdep.illabout@gmail.com, felix.paulusma@gmail.com