Skip to content

Commit 405ff92

Browse files
committed
Bump dependencies (microlens, HTTP, QuickCheck)
1 parent 273ce08 commit 405ff92

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
@@ -70,7 +70,7 @@ executable hackage-repo-tool
7070
if !os(windows)
7171
build-depends: unix >= 2.7.2.2 && < 2.9
7272

73-
build-depends: microlens >= 0.4.9.1 && < 0.5,
73+
build-depends: microlens >= 0.4.9.1 && < 0.6,
7474
-- microlens-0.4.9.1 is the version in Stackage LTS-12.26 (GHC 8.4)
7575
optparse-applicative >= 0.13 && < 0.20,
7676
tar >= 0.5 && < 0.8,

hackage-security-HTTP/hackage-security-HTTP.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HTTP
4343
build-depends: base >= 4.11 && < 4.23,
4444
bytestring >= 0.10.8.2 && < 0.13,
45-
HTTP >= 4000.2.19 && < 4000.5,
45+
HTTP >= 4000.2.19 && < 4000.6,
4646
mtl >= 2.2.2 && < 2.4,
4747
network-uri >= 2.6 && < 2.7,
4848
network >= 2.6 && < 3.3,

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ test-suite TestSuite
214214
-- tasty-1.1.0.4 is the version in Stackage LTS 12.26 (GHC 8.4)
215215
tasty-hunit == 0.10.*,
216216
tasty-quickcheck >= 0.10 && < 1,
217-
QuickCheck >= 2.11 && < 2.17,
217+
QuickCheck >= 2.11 && < 2.18,
218218
aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
219219
vector >= 0.12 && < 0.14,
220220
unordered-containers >= 0.2.8.0 && < 0.3,

0 commit comments

Comments
 (0)