packages feed

th-kinds 0.1.0 → 0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Language/Haskell/TH/KindInference.hs view
@@ -33,7 +33,7 @@ -- Works with datas, newtypes, type synonyms, type classes, data families, and type families. --  -- Note: There has been a bug observed in Template Haskell relating to the parsing of types.  This--- assumes that bug is still present, and fixes it.+-- assumes that bug has been fixed, requiring GHC at least 6.12.2. inferKind :: Name -> Q (Either String Kind) inferKind name = do 	ans <- solveUnification defaultKind (evalStateT (infer (ConT name)) empty)
th-kinds.cabal view
@@ -1,5 +1,5 @@ Name:		th-kinds-Version:	0.1.0+Version:	0.1.1 Category:	Template Haskell Author:		Louis Wasserman License:	BSD3