Skip to content

Commit 2b58505

Browse files
committed
Bump optparse-applicative to <0.20
1 parent 5432efc commit 2b58505

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ executable hackage-repo-tool
7171

7272
build-depends: microlens >= 0.4.9.1 && < 0.5,
7373
-- microlens-0.4.9.1 is the version in Stackage LTS-12.26 (GHC 8.4)
74-
optparse-applicative >= 0.13 && < 0.19,
74+
optparse-applicative >= 0.13 && < 0.20,
7575
tar >= 0.5 && < 0.7,
7676
zlib >= 0.6 && < 0.8,
7777
hackage-security >= 0.6 && < 0.7

hackage-root-tool/hackage-root-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ executable hackage-root-tool
4040
main-is: Main.hs
4141
build-depends: base >= 4.11 && < 5,
4242
filepath >= 1.4.2 && < 1.6,
43-
optparse-applicative >= 0.13 && < 0.19,
43+
optparse-applicative >= 0.13 && < 0.20,
4444
hackage-security >= 0.5 && < 0.7
4545
default-language: Haskell2010
4646
other-extensions: CPP, ScopedTypeVariables, RecordWildCards

precompute-fileinfo/precompute-fileinfo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ executable precompute-fileinfo
3434
containers >= 0.5.11 && < 0.8,
3535
deepseq >= 1.4.3 && < 1.6,
3636
filepath >= 1.4.2 && < 1.6,
37-
optparse-applicative >= 0.13 && < 0.19,
37+
optparse-applicative >= 0.13 && < 0.20,
3838
SHA >= 1.6.4 && < 1.7,
3939
tar >= 0.5.0.2 && < 0.7,
4040
-- tar-0.5.0.2 is the version in Stackage LTS-12.26 (GHC 8.4)

0 commit comments

Comments
 (0)