packages feed

yesod-markdown 0.9.0 → 0.9.1

raw patch · 1 files changed

+6/−3 lines, 1 filesdep +texmathdep −temporary

Dependencies added: texmath

Dependencies removed: temporary

Files

yesod-markdown.cabal view
@@ -1,5 +1,5 @@ name:                yesod-markdown-version:             0.9.0+version:             0.9.1 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@@ -9,7 +9,7 @@ maintainer:          Patrick Brisbin <pbrisbin@gmail.com> category:            Web, Yesod build-type:          Simple-cabal-version:       >=1.6+cabal-version:       >=1.8  library   exposed-modules: Yesod.Markdown@@ -26,7 +26,10 @@                , yesod-form      >= 1.3   && < 1.4                , shakespeare     >= 2.0   && < 2.1                , persistent      >= 0.9-               , temporary                   < 1.2.0.2++               -- See https://github.com/jgm/pandoc/issues/1482 and+               -- http://hackage.haskell.org/package/texmath/preferred+               , texmath <0.6.5.1 || >0.6.5.1 && <0.6.7 || >0.6.7    ghc-options: -Wall