Skip to content

Commit

Permalink
Merge pull request #32 from peterbecich/haskell-src-exts-lower-bound
Browse files Browse the repository at this point in the history
bump lower bound of `haskell-src-exts` dependency
  • Loading branch information
bergmark authored Feb 8, 2022
2 parents f5bf8e4 + 2f162be commit a003828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haskell-src-meta/haskell-src-meta.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra-source-files: ChangeLog README.md
library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5,
haskell-src-exts >= 1.18 && < 1.24,
haskell-src-exts >= 1.21 && < 1.24,
pretty >= 1.0 && < 1.2,
syb >= 0.1 && < 0.8,
template-haskell >= 2.12 && < 2.19,
Expand All @@ -41,7 +41,7 @@ test-suite unit
build-depends:
HUnit >= 1.2,
base >= 4.10,
haskell-src-exts >= 1.17,
haskell-src-exts >= 1.21,
haskell-src-meta,
pretty >= 1.0,
template-haskell >= 2.12,
Expand Down

0 comments on commit a003828

Please sign in to comment.