pretty-class 1.0.1.0 → 1.0.1.1
raw patch · 1 files changed
+16/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- pretty-class.cabal +16/−5
pretty-class.cabal view
@@ -1,5 +1,5 @@ Name: pretty-class-Version: 1.0.1.0+Version: 1.0.1.1 License: BSD3 Author: Lennart Augustsson Maintainer: David Fox@@ -9,7 +9,18 @@ Build-type: Simple Description: Pretty printing class similar to Show, based on the HughesPJ pretty printing library. Provides the pretty printing class- and instances for the Prelude types.-Hs-Source-Dirs: src-Build-Depends: base < 5, pretty-Exposed-modules: Text.PrettyPrint.HughesPJClass+ and instances for the Prelude types. This upload replaces the+ old pretty-class package (which I believe nobody is using) with+ a copy of Lennart's prettyclass package with a small change to+ its Char instance.+Homepage: https://github.com/ddssff/pretty-class+Cabal-Version: >= 1.9++Library+ Hs-Source-Dirs: src+ Build-Depends: base < 5, pretty+ Exposed-modules: Text.PrettyPrint.HughesPJClass++source-repository head+ type: git+ location: https://github.com/ddssff/pretty-class