packages feed

template-haskell-compat-v0208 0.1.9.3 → 0.1.9.4

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

template-haskell-compat-v0208.cabal view
@@ -1,8 +1,10 @@ cabal-version: 3.0 name:          template-haskell-compat-v0208-version:       0.1.9.3+version:       0.1.9.4 category:      TemplateHaskell, Compatibility-synopsis: Backward-compatibility layer for Template Haskell newer than 2.8+synopsis:+  Backward-compatibility layer for Template Haskell newer than 2.8+ description:   Collection of functions that aims to help you to write   Template Haskell that is compatible@@ -72,4 +74,4 @@   other-modules:      TemplateHaskell.Compat.V0208.Prelude   build-depends:     , base >=4.6 && <5-    , template-haskell >=2.8 && <2.22+    , template-haskell >=2.8 && <2.23