yesod-rst 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~persistentPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: persistent
API changes (from Hackage documentation)
Files
- yesod-rst.cabal +2/−2
yesod-rst.cabal view
@@ -1,5 +1,5 @@ name: yesod-rst-version: 0.2.2+version: 0.2.3 synopsis: Tools for using reStructuredText (RST) in a yesod application description: A subset of pandoc functionality useful for RST processing in yesod applications homepage: http://github.com/pSub/yesod-rst@@ -23,7 +23,7 @@ , yesod-core >= 1.1.5 && < 1.2 , yesod-form >= 1.2 && < 1.3 , hamlet >= 1.1 && < 1.2- , persistent >= 0.9 && < 1.1+ , persistent >= 0.9 ghc-options: -Wall