Skip to content

Commit ba5456a

Browse files
chris-martinjaspervdj
authored andcommitted
Bump haskell-src-exts to 1.23
1 parent b9e70a3 commit ba5456a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
resolver: lts-14.13
1+
resolver: lts-14.20
22
packages:
33
- '.'
44

55
extra-deps:
66
- 'Cabal-3.0.0.0'
7-
- 'haskell-src-exts-1.22.0'
7+
- 'haskell-src-exts-1.23.0'

stack.yaml.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ packages:
1212
original:
1313
hackage: Cabal-3.0.0.0
1414
- completed:
15-
hackage: haskell-src-exts-1.22.0@sha256:f558923a9c8f57402c33a8cc871b934027a5c65414404c87239f6cbd7357d54e,4541
15+
hackage: haskell-src-exts-1.23.0@sha256:1bb9f7e97d569e56973133cb075fdcc1bfd11f90d94b035b5cf44814bb39a73d,4541
1616
pantry-tree:
17-
size: 96940
18-
sha256: 597b6f48bd409a4d0da013c4e356945c42e0d098966035d3aa68cd4a3ccd66c9
17+
size: 97804
18+
sha256: 8e5bc885533431db9bf75e9609f6b80b56ab0c289a903d701f8628e78322afd0
1919
original:
20-
hackage: haskell-src-exts-1.22.0
20+
hackage: haskell-src-exts-1.23.0
2121
snapshots:
2222
- completed:
23-
size: 525876
24-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/13.yaml
25-
sha256: 4a0e79eb194c937cc2a1852ff84d983c63ac348dc6bad5f38d20cab697036eef
26-
original: lts-14.13
23+
size: 524154
24+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/20.yaml
25+
sha256: 2f5099f69ddb6abfe64400fe1e6a604e8e628f55e6837211cd70a81eb0a8fa4d
26+
original: lts-14.20

stylish-haskell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Library
5959
directory >= 1.2.3 && < 1.4,
6060
filepath >= 1.1 && < 1.5,
6161
file-embed >= 0.0.10 && < 0.1,
62-
haskell-src-exts >= 1.18 && < 1.23,
62+
haskell-src-exts >= 1.18 && < 1.24,
6363
mtl >= 2.0 && < 2.3,
6464
semigroups >= 0.18 && < 0.20,
6565
syb >= 0.3 && < 0.8,
@@ -83,7 +83,7 @@ Executable stylish-haskell
8383
directory >= 1.2.3 && < 1.4,
8484
filepath >= 1.1 && < 1.5,
8585
file-embed >= 0.0.10 && < 0.1,
86-
haskell-src-exts >= 1.18 && < 1.23,
86+
haskell-src-exts >= 1.18 && < 1.24,
8787
mtl >= 2.0 && < 2.3,
8888
syb >= 0.3 && < 0.8,
8989
yaml >= 0.8.11 && < 0.12
@@ -137,7 +137,7 @@ Test-suite stylish-haskell-tests
137137
directory >= 1.2.3 && < 1.4,
138138
filepath >= 1.1 && < 1.5,
139139
file-embed >= 0.0.10 && < 0.1,
140-
haskell-src-exts >= 1.18 && < 1.23,
140+
haskell-src-exts >= 1.18 && < 1.24,
141141
mtl >= 2.0 && < 2.3,
142142
syb >= 0.3 && < 0.8,
143143
yaml >= 0.8.11 && < 0.12

0 commit comments

Comments
 (0)