packages feed

th-reify-many 0.1.7 → 0.1.8

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Language/Haskell/TH/ReifyMany.hs view
@@ -111,6 +111,9 @@ #if MIN_VERSION_template_haskell(2,7,0)             FamilyI{} -> skip "type or data family" #endif+#if MIN_VERSION_template_haskell(2,12,0)+            PatSynI{} -> skip "pattern synonym"+#endif  -- | Starting from a set of initial top level declarations, specified -- by @[Name]@, recursively enumerate other related declarations.  The
th-reify-many.cabal view
@@ -1,5 +1,5 @@ name:              th-reify-many-version:           0.1.7+version:           0.1.8 synopsis:          Recurseively reify template haskell datatype info  description:       @th-reify-many@ provides functions for recursively reifying top