Skip to content

Commit

Permalink
Bump version, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Jun 25, 2016
1 parent 2a02efb commit fd2f9be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes in 1.6.11
* Add `pPrint`, which is `putStrLn . ppShow`

Changes in 1.6.10
* Increase the precedence of unary minus

Changes in 1.6.9
* Relax parsing of atoms, so that we can support things like the show
instance of StdGen (e.g., [ 123 45, 786 10 ])

Changes in 1.6.8.2:
* Correct license in srouce files.

Expand Down
4 changes: 2 additions & 2 deletions pretty-show.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pretty-show
version: 1.6.10
version: 1.6.11
category: Text

synopsis: Tools for working with derived `Show` instances and generic
Expand Down Expand Up @@ -59,7 +59,7 @@ executable ppsh
hs-source-dirs: bin
build-depends:
base >= 4.5 && < 5,
pretty-show == 1.6.10
pretty-show == 1.6.11
ghc-options: -Wall

source-repository head
Expand Down

0 comments on commit fd2f9be

Please sign in to comment.