Cabal revisions of markdown-0.1.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: markdown Version: 0.1.2.1+x-revision: 1 Synopsis: Convert Markdown to HTML, with XSS protection Description: This library leverages existing high-performance libraries (attoparsec, blaze-html, text, and conduit), and should integrate well with existing codebases. Homepage: https://github.com/snoyberg/markdown Text.Markdown.Block Text.Markdown.Inline other-modules: Text.Markdown.Types- Build-depends: base >= 4 && < 5+ Build-depends: base >= 4 && < 4.8 , blaze-html >= 0.4 , attoparsec >= 0.10 , attoparsec-conduit >= 0.5 , transformers >= 0.2.2- , conduit >= 0.5.2.1+ , conduit >= 0.5.2.1 && < 1.1 , text , data-default >= 0.3 , xss-sanitize >= 0.3.3