packages feed

mainland-pretty 0.6 → 0.6.1

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Text.PrettyPrint.Mainland.Class: instance Text.PrettyPrint.Mainland.Class.Pretty Text.PrettyPrint.Mainland.Doc

Files

Text/PrettyPrint/Mainland/Class.hs view
@@ -136,6 +136,9 @@ instance Pretty L.Text where     ppr = lazyText +instance Pretty Doc where+    ppr doc = doc+ instance Pretty Pos where     ppr p@(Pos _ l c _) =         text (posFile p) <> colon <> ppr l <> colon <> ppr c
mainland-pretty.cabal view
@@ -1,5 +1,5 @@ name:           mainland-pretty-version:        0.6+version:        0.6.1 cabal-version:  >= 1.6 license:        BSD3 license-file:   LICENSE