Skip to content

Commit 1e5a29c

Browse files
committed
Relax package upper bounds
1 parent 471a7b8 commit 1e5a29c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

example-client/example-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ executable example-client
2121
main-is: Main.hs
2222
other-modules: Prelude ExampleClient.Options
2323

24-
build-depends: base >= 4.5 && < 4.13,
24+
build-depends: base >= 4.5 && < 4.14,
2525
bytestring >= 0.9,
2626
Cabal >= 1.12,
2727
directory >= 1.1,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ executable hackage-repo-tool
5353
Prelude
5454

5555
build-depends: base >= 4.5 && < 5,
56-
Cabal >= 1.14 && < 2.6,
56+
Cabal >= 1.14 && < 3.1,
5757
bytestring >= 0.9 && < 0.11,
5858
directory >= 1.1 && < 1.4,
5959
filepath >= 1.2 && < 1.5,
60-
optparse-applicative >= 0.11 && < 0.15,
60+
optparse-applicative >= 0.11 && < 0.16,
6161
tar >= 0.4 && < 0.6,
6262
time >= 1.2 && < 1.10,
6363
zlib >= 0.5 && < 0.7,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ executable hackage-root-tool
2929
main-is: Main.hs
3030
build-depends: base >= 4.4 && < 5,
3131
filepath >= 1.2 && < 1.5,
32-
optparse-applicative >= 0.11 && < 0.15,
32+
optparse-applicative >= 0.11 && < 0.16,
3333
hackage-security >= 0.5 && < 0.7
3434
default-language: Haskell2010
3535
other-extensions: CPP, ScopedTypeVariables, RecordWildCards

hackage-security-curl/hackage-security-curl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ flag use-network-uri
2323

2424
library
2525
exposed-modules: Hackage.Security.Client.Repository.HttpLib.Curl
26-
build-depends: base >= 4.5 && < 4.13,
26+
build-depends: base >= 4.5 && < 4.14,
2727
bytestring >= 0.9,
2828
process >= 1.1,
2929
hackage-security

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ test-suite TestSuite
252252
build-depends: tasty == 1.2.*,
253253
tasty-hunit == 0.10.*,
254254
tasty-quickcheck == 0.10.*,
255-
QuickCheck == 2.11.*,
255+
QuickCheck >= 2.11 && <2.14,
256256
aeson == 1.4.*,
257257
vector == 0.12.*,
258258
unordered-containers >=0.2.8.0 && <0.3,
259-
temporary == 1.2.*
259+
temporary >= 1.2 && < 1.4
260260

261261
hs-source-dirs: tests
262262
default-language: Haskell2010

0 commit comments

Comments
 (0)