th-reify-many 0.1.5.1 → 0.1.5.2
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
src/Language/Haskell/TH/ReifyMany.hs view
@@ -109,7 +109,7 @@ ClassOpI{} -> unexpected "class method" VarI{} -> unexpected "value variable" TyVarI{} -> unexpected "type variable"-#if MIN_VERSION_template_haskell(2,6,0)+#if MIN_VERSION_template_haskell(2,7,0) FamilyI{} -> skip "type or data family" #endif
th-reify-many.cabal view
@@ -1,5 +1,5 @@ name: th-reify-many-version: 0.1.5.1+version: 0.1.5.2 synopsis: Recurseively reify template haskell datatype info description: @th-reify-many@ provides functions for recursively reifying top