Skip to content

Commit 27d5634

Browse files
committed
Release prettyprinter 1.4.0
1 parent c1bc750 commit 27d5634

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

prettyprinter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.4 (next)
1+
# 1.4
22

33
- Add fixity declaration to `<+>`, matching `<>`
44
- Fix removal of trailing whitespace

prettyprinter/prettyprinter.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter
2-
version: 1.3.0
2+
version: 1.4.0
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: A modern, easy to use, well-documented, extensible pretty-printer.
@@ -14,12 +14,6 @@ maintainer: David Luposchainsky <dluposchainsky at google>
1414
bug-reports: http://github.com/quchen/prettyprinter/issues
1515
homepage: http://github.com/quchen/prettyprinter
1616
build-type: Simple
17-
tested-with: GHC == 7.8.4
18-
, GHC == 7.10.2
19-
, GHC == 7.10.3
20-
, GHC == 8.0.1
21-
, GHC == 8.0.2
22-
, GHC == 8.2.2
2317

2418

2519

0 commit comments

Comments
 (0)