Skip to content

Commit 1da5988

Browse files
bergmarkjaspervdj
authored andcommitted
Allow haskell-src-exts 1.22.*
1 parent b67a6ae commit 1da5988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.22,
62+
haskell-src-exts >= 1.18 && < 1.23,
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.22,
86+
haskell-src-exts >= 1.18 && < 1.23,
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.22,
140+
haskell-src-exts >= 1.18 && < 1.23,
141141
mtl >= 2.0 && < 2.3,
142142
syb >= 0.3 && < 0.8,
143143
yaml >= 0.8.11 && < 0.12

0 commit comments

Comments
 (0)