th-lego 0.2 → 0.2.0.1
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- library/THLego/Lambdas.hs +3/−1
- th-lego.cabal +1/−1
library/THLego/Lambdas.hs view
@@ -72,7 +72,9 @@ ConP conName pats where pats =- fmap VarP memberNames+ (memberNames & take index & fmap VarP) <>+ [WildP] <>+ (memberNames & drop (succ index) & fmap VarP) valP = VarP memberName exp =
th-lego.cabal view
@@ -1,5 +1,5 @@ name: th-lego-version: 0.2+version: 0.2.0.1 synopsis: Template Haskell construction utilities description: A collection of templates for the typical patterns appearing