persistent 0.4.0.1 → 0.4.1
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- Database/Persist/TH.hs +4/−0
- persistent.cabal +1/−1
Database/Persist/TH.hs view
@@ -4,6 +4,7 @@ -- need to use this module. module Database.Persist.TH ( mkPersist+ , share , share2 , mkSave , mkDeleteCascade@@ -374,6 +375,9 @@ Update -> "" _ -> show pu ]++share :: [[EntityDef] -> Q [Dec]] -> [EntityDef] -> Q [Dec]+share fs x = fmap concat $ mapM ($ x) fs share2 :: ([EntityDef] -> Q [Dec]) -> ([EntityDef] -> Q [Dec])
persistent.cabal view
@@ -1,5 +1,5 @@ name: persistent-version: 0.4.0.1+version: 0.4.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>