Skip to content

Commit 7346570

Browse files
committed
Bumps, to allow building with GHC 9.8.1-alpha1
Tested locally.
1 parent 7d9af0d commit 7346570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hackage-server.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ common defaults
111111
-- see `cabal.project.local-ghc-${VERSION}` files
112112
build-depends:
113113
, array >= 0.5 && < 0.6
114-
, base >= 4.13 && < 4.19
114+
, base >= 4.13 && < 4.20
115115
, binary >= 0.8 && < 0.9
116116
, bytestring >= 0.10 && < 0.12
117117
, containers ^>= 0.6.0
118-
, deepseq >= 1.4 && < 1.5
118+
, deepseq >= 1.4 && < 1.6
119119
, directory >= 1.3 && < 1.4
120120
, filepath >= 1.4 && < 1.5
121121
, mtl >= 2.2.1 && < 2.4
@@ -564,7 +564,7 @@ test-suite ReverseDependenciesTest
564564
, tasty ^>= 1.4
565565
, tasty-hunit ^>= 0.10
566566
, HUnit ^>= 1.6
567-
, hedgehog ^>= 1.2
567+
, hedgehog ^>= 1.3
568568
, exceptions
569569
, bimap
570570
other-modules: RevDepCommon

0 commit comments

Comments
 (0)