Skip to content

Commit 6f6f35d

Browse files
fosskersjaspervdj
authored andcommitted
Bump haskell-src-exts upper bound
When using `1.21.0`, this allows for correct parsing of `DerivingVia` syntax.
1 parent 036fefc commit 6f6f35d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flags: {}
1+
resolver: lts-13.19
2+
23
packages:
3-
- '.'
4-
resolver: lts-13.0
4+
- '.'

stylish-haskell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Library
5656
directory >= 1.2.3 && < 1.4,
5757
filepath >= 1.1 && < 1.5,
5858
file-embed >= 0.0.10 && < 0.1,
59-
haskell-src-exts >= 1.18 && < 1.21,
59+
haskell-src-exts >= 1.18 && < 1.22,
6060
mtl >= 2.0 && < 2.3,
6161
semigroups >= 0.18 && < 0.19,
6262
syb >= 0.3 && < 0.8,
@@ -79,7 +79,7 @@ Executable stylish-haskell
7979
directory >= 1.2.3 && < 1.4,
8080
filepath >= 1.1 && < 1.5,
8181
file-embed >= 0.0.10 && < 0.1,
82-
haskell-src-exts >= 1.18 && < 1.21,
82+
haskell-src-exts >= 1.18 && < 1.22,
8383
mtl >= 2.0 && < 2.3,
8484
syb >= 0.3 && < 0.8,
8585
yaml >= 0.8.11 && < 0.12
@@ -128,7 +128,7 @@ Test-suite stylish-haskell-tests
128128
directory >= 1.2.3 && < 1.4,
129129
filepath >= 1.1 && < 1.5,
130130
file-embed >= 0.0.10 && < 0.1,
131-
haskell-src-exts >= 1.18 && < 1.21,
131+
haskell-src-exts >= 1.18 && < 1.22,
132132
mtl >= 2.0 && < 2.3,
133133
syb >= 0.3 && < 0.8,
134134
yaml >= 0.8.11 && < 0.12

0 commit comments

Comments
 (0)