packages feed

typed-uuid 0.0.0.1 → 0.0.0.2

raw patch · 2 files changed

+7/−3 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
@@ -2,6 +2,10 @@  ## Unreleased changes +## [0.0.0.2] - 2020-02-13++Put a lower bound on the base version+ ## [0.0.0.1] - 2020-02-12  Got typed-uuid to compile with GHC 8.8.x
typed-uuid.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 769c1f73f1704a0392cee02b6b1c7464746fae5134013c68a8226c0952bee3ad+-- hash: 689ba6b86a977a9b1605472b0ce39c908c5cd8db9682482bbb92d2e30be10973  name:           typed-uuid-version:        0.0.0.1+version:        0.0.0.2 synopsis:       Phantom-Typed version of UUID description:    Please see the README on Github at <https://github.com/NorfairKing/typed-uuid#readme> category:       Data@@ -36,7 +36,7 @@       src   build-depends:       aeson-    , base >=4.7 && <5+    , base >=4.11 && <5     , binary     , bytestring     , deepseq