packages feed

prettyprinter-lucid 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~basedep ~luciddep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, lucid, text

API changes (from Hackage documentation)

Files

prettyprinter-lucid.cabal view
@@ -8,7 +8,7 @@ license-file:        LICENSE author:              George Thomas maintainer:          georgefsthomas@gmail.com-version:             0.1.0.0+version:             0.1.0.1 extra-doc-files:     README.md  source-repository head
src/Prettyprinter/Lucid.hs view
@@ -1,8 +1,8 @@-module Prettyprinter.Lucid where+module Prettyprinter.Lucid (renderHtml) where  import qualified Data.Text as T-import Lucid-import Prettyprinter.Render.Util.SimpleDocTree+import Lucid (Html, ToHtml (toHtml), br_, pre_)+import Prettyprinter.Render.Util.SimpleDocTree (SimpleDocTree (..))  renderHtml :: SimpleDocTree (Html () -> Html ()) -> Html () renderHtml =