packages feed

th-utilities 0.2.4.2 → 0.2.4.3

raw patch · 2 files changed

+11/−4 lines, 2 filesdep ~th-abstractionPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: th-abstraction

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,12 @@ # ChangeLog +## 0.2.4.3++* Adds a lower bound for `th-abstraction` dependency. Also released as+  a hackage revision of `0.2.4.2`.  See [#15][]++[#15]: https://github.com/fpco/th-utilities/issues/15+ ## 0.2.4.2  * Fixes compilation with `GHC-9.0.*`.  See [#14][]
th-utilities.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9fff4503beee50e43fb637166a371098620f5eece4581d42ff9ff7b66eee2f96+-- hash: 8dd4245123726939dae99503cb0aad9bcf8c9a56feeb5eb1ec3f2859ef21e581  name:           th-utilities-version:        0.2.4.2+version:        0.2.4.3 synopsis:       Collection of useful functions for use with Template Haskell category:       Template Haskell homepage:       https://github.com/fpco/th-utilities#readme@@ -47,7 +47,7 @@     , syb     , template-haskell >=2.7     , text-    , th-abstraction+    , th-abstraction >=0.4     , th-orphans   default-language: Haskell2010 @@ -73,7 +73,7 @@     , syb     , template-haskell >=2.7     , text-    , th-abstraction+    , th-abstraction >=0.4     , th-orphans     , th-utilities     , vector