pretty 1.1.3.4 → 1.1.3.5
raw patch · 3 files changed
+8/−3 lines, 3 files
Files
- CHANGELOG.md +5/−0
- pretty.cabal +2/−2
- src/Text/PrettyPrint/HughesPJ.hs +1/−1
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Pretty library change log +## 1.1.3.5 -- 1st February, 2017++* Fix documentation formatting bug (by Ivan Lazar Miljenovic)+* Fix missing git tag on Github for v1.1.3.4 release.+ ## 1.1.3.4 -- 3rd June, 2016 * Fix over-zeleaous use of strictness causing stack allocation, fixes part of
pretty.cabal view
@@ -1,5 +1,5 @@ name: pretty-version: 1.1.3.4+version: 1.1.3.5 synopsis: Pretty-printing library description: This package contains a pretty-printing library, a set of API's@@ -24,7 +24,7 @@ source-repository this type: git location: http://github.com/haskell/pretty.git- tag: 1.1.3.4+ tag: 1.1.3.5 source-repository head type: git
src/Text/PrettyPrint/HughesPJ.hs view
@@ -22,7 +22,7 @@ -- -- For more information you can refer to the -- <http://belle.sourceforge.net/doc/hughes95design.pdf original paper> that--- serves as the basis for this libraries design: /The Design -- of a+-- serves as the basis for this libraries design: /The Design of a -- Pretty-printing Library/ by John Hughes, in Advanced Functional Programming, -- 1995. --