packages feed

markdown 0.1.1.1 → 0.1.1.2

raw patch · 3 files changed

+3/−1 lines, 3 filesdep ~base

Dependency ranges changed: base

Files

Text/Markdown.hs view
@@ -1,5 +1,6 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}+{-# LANGUAGE RankNTypes #-} module Text.Markdown     ( -- * Functions       markdown
Text/Markdown/Block.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE PatternGuards #-} {-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE RankNTypes #-} {-# OPTIONS_HADDOCK hide #-} module Text.Markdown.Block     ( Block (..)
markdown.cabal view
@@ -1,5 +1,5 @@ Name:                markdown-Version:             0.1.1.1+Version:             0.1.1.2 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