Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit c28f314

Browse files
committed
Prepare for 1.1 release
1 parent 88c8bb3 commit c28f314

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

prettyprinter-ansi-terminal/prettyprinter-ansi-terminal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
base >= 4.7 && < 5
3838
, ansi-terminal >= 0.4.0 && < 0.7
3939
, text == 1.2.*
40-
, prettyprinter < 1.1
40+
, prettyprinter < 1.2
4141

4242
if impl(ghc >= 8.0)
4343
ghc-options: -Wcompat

prettyprinter-compat-annotated-wl-pprint/prettyprinter-compat-annotated-wl-pprint.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ library
3131
build-depends:
3232
base >= 4.7 && < 5
3333
, text == 1.2.*
34-
, prettyprinter < 1.1
34+
, prettyprinter < 1.2

prettyprinter-compat-ansi-wl-pprint/prettyprinter-compat-ansi-wl-pprint.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ library
3232
build-depends:
3333
base >= 4.7 && < 5
3434
, text == 1.2.*
35-
, prettyprinter < 1.1
35+
, prettyprinter < 1.2
3636
, prettyprinter-ansi-terminal >= 1.1 && < 1.2

prettyprinter-compat-wl-pprint/prettyprinter-compat-wl-pprint.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ library
3232
build-depends:
3333
base >= 4.7 && < 5
3434
, text == 1.2.*
35-
, prettyprinter < 1.1
35+
, prettyprinter < 1.2

prettyprinter/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Next version
2-
3-
**Breaking changes introduced, change version accordingly**
1+
# 1.1
42

53
- Allow `alterAnnotations` to convert one annotation to multiple ones, to
64
support e.g. `Keyword ---> Green+Bold`

prettyprinter/prettyprinter.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter
2-
version: 1.0.1
2+
version: 1.1
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: A modern, easy to use, well-documented, extensible prettyprinter.

0 commit comments

Comments
 (0)