Skip to content

Commit a003828

Browse files
authored
Merge pull request #32 from peterbecich/haskell-src-exts-lower-bound
bump lower bound of `haskell-src-exts` dependency
2 parents f5bf8e4 + 2f162be commit a003828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-src-meta/haskell-src-meta.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extra-source-files: ChangeLog README.md
1919
library
2020
default-language: Haskell2010
2121
build-depends: base >= 4.10 && < 5,
22-
haskell-src-exts >= 1.18 && < 1.24,
22+
haskell-src-exts >= 1.21 && < 1.24,
2323
pretty >= 1.0 && < 1.2,
2424
syb >= 0.1 && < 0.8,
2525
template-haskell >= 2.12 && < 2.19,
@@ -41,7 +41,7 @@ test-suite unit
4141
build-depends:
4242
HUnit >= 1.2,
4343
base >= 4.10,
44-
haskell-src-exts >= 1.17,
44+
haskell-src-exts >= 1.21,
4545
haskell-src-meta,
4646
pretty >= 1.0,
4747
template-haskell >= 2.12,

0 commit comments

Comments
 (0)