yesod-text-markdown 0.1.1 → 0.1.2
raw patch · 1 files changed
+5/−7 lines, 1 filesdep +shakespearedep −hamlet
Dependencies added: shakespeare
Dependencies removed: hamlet
Files
yesod-text-markdown.cabal view
@@ -1,11 +1,9 @@ name: yesod-text-markdown-version: 0.1.1+version: 0.1.2 synopsis: Yesod support for Text.Markdown.-description: The contents of this package is t- use Text.Markdown in a typical yesod project, that is,- this module also contains instances related to- persistence, even though it isn't tightly coupled to- yesod.+description: Use Text.Markdown in a typical yesod project.+ This module contains instances related to persistence,+ even though it isn't tightly coupled to yesod. . This package is different from the yesod-markdown package which uses the pandoc renderer for markdown. The main@@ -42,7 +40,7 @@ , yesod-persistent >= 1.2 && < 2.0 , persistent >= 1.2 && < 2.0 , text >= 0.11 && < 1.0- , hamlet >= 1.1 && < 2.0+ , shakespeare >= 2.0 && < 2.1 ghc-options: -Wall -fno-warn-orphans source-repository head