roc-id 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- roc-id.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.0.6++- Revised version bounds of dependencies.+ # 0.2.0.5 - Revised version bounds of dependencies.
roc-id.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: roc-id-version: 0.2.0.5+version: 0.2.0.6 synopsis: Implementation of the ROC (Taiwan) National ID standard. category: Identification homepage: https://github.com/jonathanknowles/roc-id#readme@@ -39,7 +39,7 @@ common dependency-Only build-depends:Only >= 0.1 && < 0.2 common dependency-QuickCheck- build-depends:QuickCheck >= 2.13.2 && < 2.17+ build-depends:QuickCheck >= 2.13.2 && < 2.18 common dependency-text build-depends:text >= 1.2.3.1 && < 2.2 common dependency-vector-sized