packages feed

roc-id 0.2.0.1 → 0.2.0.2

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 view
@@ -1,3 +1,7 @@+# 0.2.0.2++- Revised upper version bounds of dependencies.+ # 0.2.0.1  - Added support for GHC 9.8.
roc-id.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           roc-id-version:        0.2.0.1+version:        0.2.0.2 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.11.3       && < 2.15+    build-depends:QuickCheck                >= 2.11.3       && < 2.16 common dependency-text     build-depends:text                      >= 1.2.3.1      && < 2.2 common dependency-vector-sized