Skip to content

Commit 1c71623

Browse files
committed
Bump version to 0.13.0.0
1 parent 9c090d4 commit 1c71623

File tree

5 files changed

+20
-50
lines changed

5 files changed

+20
-50
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Cache ~/.stack
3030
with:
3131
path: ~/.stack
32-
key: ${{ runner.os }}-${{ matrix.ghc }}-v8
32+
key: "${{ runner.os }}-${{ matrix.ghc }}-v9-${{ hashFiles('stylish-haskell.cabal', 'stack.yaml', 'stack.yaml.lock') }}"
3333

3434
- name: Add ~/.local/bin to PATH
3535
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
- 0.13.0.0 (2021-09-15)
4+
* Don't remove ticks on promoted data types (by Jim McStanton)
5+
* Add break_only_where option (by 1Computer1)
6+
* Keep wildcard if present in IEThingWith (by Moisés Ackerman)
7+
* Generalise break_only_where to allow single-line module headers
8+
(by Thomas Winant)
9+
* Add new configuration to ModuleHeader step (by Pawel Szulc)
10+
* Add a language pragma style "vertical_compact" (by Javran Cheng)
11+
* Don't remove existential quantification (by Imuli)
12+
* Add support for post qualified import formatting (by Moisés Ackerman)
13+
* Bump `optparse-applicative` upper bound to 0.17
14+
315
- 0.12.2.0 (2020-10-08)
416
* align: Add a new option for aligning only adjacent items (by 1Computer1)
517
* align: Add support for aligning MultiWayIf syntax (by 1Computer1)

stack.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
resolver: lts-16.9
2-
3-
extra-deps:
4-
- 'ghc-lib-parser-8.10.1.20200324'
5-
- 'aeson-1.5.2.0'
6-
- 'Cabal-3.2.0.0'
7-
- 'HsYAML-aeson-0.2.0.0@rev:2'
8-
- 'HsYAML-0.2.1.0@rev:1'
1+
resolver: lts-18.6
92

103
save-hackage-creds: false

stack.yaml.lock

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,10 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/lock_files
55

6-
packages:
7-
- completed:
8-
hackage: ghc-lib-parser-8.10.1.20200324@sha256:6a0b014e97f627dd9ca177f26f184e2f2ff713ec1271045334ccb56ac7bfdff3,9116
9-
pantry-tree:
10-
size: 19497
11-
sha256: ba6d7c3a2c3517b1a1f25daa04446209137a38e39b35367ffb13bbb2a0a7be4e
12-
original:
13-
hackage: ghc-lib-parser-8.10.1.20200324
14-
- completed:
15-
hackage: aeson-1.5.2.0@sha256:d00c7aa51969b2849550e4dee14c9ce188504d55ed8d7f734ce9f6976db452f6,6786
16-
pantry-tree:
17-
size: 39758
18-
sha256: 992b01282d72e4db664289db69a846a4ec675379ca96824ba902a7541104d409
19-
original:
20-
hackage: aeson-1.5.2.0
21-
- completed:
22-
hackage: Cabal-3.2.0.0@sha256:d0d7a1f405f25d0000f5ddef684838bc264842304fd4e7f80ca92b997b710874,27320
23-
pantry-tree:
24-
size: 40963
25-
sha256: b122f2d76dc82a350d3986fa0cbc4ecf9c3bb4f9c598ccbfb3b2bfdde02f3698
26-
original:
27-
hackage: Cabal-3.2.0.0
28-
- completed:
29-
hackage: HsYAML-aeson-0.2.0.0@sha256:b58e8587d480f8c29e4cb4f61ad6ab5d74195d31340e6e8c317ac4d13b65c469,1861
30-
pantry-tree:
31-
size: 234
32-
sha256: 8a181cdb027e2862fd54cb47d0ff91a45126ab4cd2080083128e800c5fa2635b
33-
original:
34-
hackage: HsYAML-aeson-0.2.0.0@rev:2
35-
- completed:
36-
hackage: HsYAML-0.2.1.0@sha256:6e63cbc919543c5a837040f063e96fe0a4e43bef8ab3c057cef8f122396fdc2d,5469
37-
pantry-tree:
38-
size: 1340
39-
sha256: 77d9299977dfbc7836cbbcb51fe890bb70d485d9dd89a3bbe54822635faa8108
40-
original:
41-
hackage: HsYAML-0.2.1.0@rev:1
6+
packages: []
427
snapshots:
438
- completed:
44-
size: 532380
45-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/9.yaml
46-
sha256: 14a7cec114424e4286adde73364438927a553ed248cc50f069a30a67e3ee1e69
47-
original: lts-16.9
9+
size: 587113
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/6.yaml
11+
sha256: f74c482d7c93739ecf3abfbc0f2dea1c20a2dfb2462c689846ed55a9653b66f7
12+
original: lts-18.6

stylish-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-version: 2.4
22
Name: stylish-haskell
3-
Version: 0.12.2.0
3+
Version: 0.13.0.0
44
Synopsis: Haskell code prettifier
55
Homepage: https://github.com/haskell/stylish-haskell
66
License: BSD-3-Clause

0 commit comments

Comments
 (0)