packages feed

template-haskell-compat-v0208 0.1.4 → 0.1.5

raw patch · 2 files changed

+8/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ TemplateHaskell.Compat.V0208: doE :: [Stmt] -> Exp

Files

library/TemplateHaskell/Compat/V0208.hs view
@@ -68,3 +68,10 @@ #else type UnitTyVarBndr = TyVarBndr #endif++doE :: [Stmt] -> Exp+#if MIN_VERSION_template_haskell(2,17,0)+doE = DoE Nothing+#else+doE = DoE+#endif
template-haskell-compat-v0208.cabal view
@@ -1,5 +1,5 @@ name: template-haskell-compat-v0208-version: 0.1.4+version: 0.1.5 category: TemplateHaskell, Compatibility synopsis: A backwards compatibility layer for Template Haskell newer than 2.8 homepage: https://github.com/nikita-volkov/template-haskell-compat-v0208