packages feed

mmzk-typeid 0.6.3.0 → 0.6.3.1

raw patch · 2 files changed

+13/−2 lines, 2 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,17 @@ # Revision history for mmzk-typeid  +## 0.7.0.0 -- Unreleased++* Use `String`s instead of `Text`s inside the constructors of `TypeIDError` so that it is eaiser to use the promoted constructors.+++## 0.6.3.1 -- 2024-06-23++* Relax the version constraint on `bytestring` dependency.+  * Kindly contributed by @jflanglois.++ ## 0.6.3.0 -- 2024-06-01  * Update implementation so that the prefix for `KindID` now conforms with specification v0.3.0.
mmzk-typeid.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               mmzk-typeid-version:            0.6.3.0+version:            0.6.3.1  synopsis:           A TypeID and UUIDv7 implementation for Haskell description:@@ -99,7 +99,7 @@         aeson >=2.1 && <3,         array ^>=0.5,         binary >=0.8.5 && <0.9,-        bytestring ^>=0.11,+        bytestring >=0.11 && < 0.13,         entropy ^>=0.4,         hashable ^>=1.4,         random ^>=1.2,