Skip to content

Commit

Permalink
Prepare 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
quchen committed Aug 8, 2017
1 parent 6d81205 commit 2803d2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ library
base >= 4.7 && < 5
, ansi-terminal >= 0.4.0
, text >= 1.2
, prettyprinter >= 1
, prettyprinter >= 1.1.1

if impl(ghc >= 8.0)
ghc-options: -Wcompat
Expand Down
4 changes: 4 additions & 0 deletions prettyprinter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.1

- Add `panicPeekedEmpty` and `panicPoppedEmpty` to the panic module

# 1.1.0.1

- Rendering directly to a handle is now more efficient in the `Text` renderer,
Expand Down
2 changes: 1 addition & 1 deletion prettyprinter/prettyprinter.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter
version: 1.1.0.1
version: 1.1.1
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: A modern, easy to use, well-documented, extensible prettyprinter.
Expand Down

0 comments on commit 2803d2e

Please sign in to comment.