packages feed

yesod-markdown 0.9.1 → 0.9.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~pandoc

Dependency ranges changed: pandoc

Files

yesod-markdown.cabal view
@@ -1,5 +1,5 @@ name:                yesod-markdown-version:             0.9.1+version:             0.9.2 synopsis:            Tools for using markdown in a yesod application description:         A subset of pandoc functionality useful for markdown processing in yesod applications homepage:            http://github.com/pbrisbin/yesod-markdown@@ -17,7 +17,7 @@   build-depends: base            >= 4     && < 5                , text            >= 0.11  && < 2.0                , bytestring      >= 0.9   && < 0.11-               , pandoc          >= 1.10  && < 1.13+               , pandoc          >= 1.10  && < 1.14                , blaze-html      >= 0.5   && < 0.8                , blaze-markup    >= 0.5   && < 0.8                , xss-sanitize    >= 0.3.1 && < 0.4