packages feed

roc-id 0.2.0.3 → 0.2.0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.0.4++- Added support for GHC 9.12.+ # 0.2.0.3  - Added support for GHC 9.10.
roc-id.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           roc-id-version:        0.2.0.3+version:        0.2.0.4 synopsis:       Implementation of the ROC (Taiwan) National ID standard. category:       Identification homepage:       https://github.com/jonathanknowles/roc-id#readme@@ -31,7 +31,7 @@   README.md  common dependency-base-    build-depends:base                      >= 4.7          && < 4.21+    build-depends:base                      >= 4.7          && < 4.22 common dependency-hspec     build-depends:hspec                     >= 2.5.5        && < 2.12 common dependency-MonadRandom