packages feed

mainland-pretty 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersdep ~symbolPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers, symbol

API changes (from Hackage documentation)

- Text.PrettyPrint.Mainland: class Pretty a where ppr = pprPrec 0 pprPrec _ = ppr pprList xs = list (map ppr xs)
+ Text.PrettyPrint.Mainland: class Pretty a

Files

mainland-pretty.cabal view
@@ -1,5 +1,5 @@ name:           mainland-pretty-version:        0.1.0.1+version:        0.1.0.2 cabal-version:  >= 1.6 license:        BSD3 license-file:   LICENSE@@ -24,9 +24,9 @@    build-depends:     base >= 4 && < 5,-    containers >= 0.2 && < 0.4,+    containers >= 0.2 && < 0.5,     srcloc >= 0.1 && < 0.2,-    symbol >= 0.1 && < 0.2+    symbol >= 0.1 && < 0.4  source-repository head   type:     svn