packages feed

informative 0.1.0.9 → 0.1.0.10

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Web/Informative.hs view
@@ -350,7 +350,7 @@   case (result,action) of     (FormSuccess (SectionData k f lg ln (Textarea c)),"save") -> do       lift $ runDB $ do-        Right sid <- insertBy $ Wikisection c (source f lg ln) k+        sid <- insert $ Wikisection c (source f lg ln) k         Right pid <- insertBy $ Wikipage page seg user now         prel <- get rid'         case prel of@@ -405,7 +405,7 @@   case (result,action) of     (FormSuccess (SectionData k f lg ln (Textarea c)),"save") -> do       lift $ runDB $ do-        Right sid <- insertBy $ Wikisection c (source f lg ln) k+        sid <- insert $ Wikisection c (source f lg ln) k         Right pid <- insertBy $ Wikipage page seg user now         prel <- get rid'         case prel of
informative.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.9+version:             0.1.0.10  -- A short (one-line) description of the package. synopsis:            A yesod subsite serving a wiki.