File tree Expand file tree Collapse file tree 5 files changed +20
-50
lines changed Expand file tree Collapse file tree 5 files changed +20
-50
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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
103save-hackage-creds : false
Original file line number Diff line number Diff line change 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: []
427snapshots:
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
Original file line number Diff line number Diff line change 11Cabal-version : 2.4
22Name : stylish-haskell
3- Version : 0.12.2 .0
3+ Version : 0.13.0 .0
44Synopsis : Haskell code prettifier
55Homepage : https://github.com/haskell/stylish-haskell
66License : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments