We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9af0d commit 7346570Copy full SHA for 7346570
hackage-server.cabal
@@ -111,11 +111,11 @@ common defaults
111
-- see `cabal.project.local-ghc-${VERSION}` files
112
build-depends:
113
, array >= 0.5 && < 0.6
114
- , base >= 4.13 && < 4.19
+ , base >= 4.13 && < 4.20
115
, binary >= 0.8 && < 0.9
116
, bytestring >= 0.10 && < 0.12
117
, containers ^>= 0.6.0
118
- , deepseq >= 1.4 && < 1.5
+ , deepseq >= 1.4 && < 1.6
119
, directory >= 1.3 && < 1.4
120
, filepath >= 1.4 && < 1.5
121
, mtl >= 2.2.1 && < 2.4
@@ -564,7 +564,7 @@ test-suite ReverseDependenciesTest
564
, tasty ^>= 1.4
565
, tasty-hunit ^>= 0.10
566
, HUnit ^>= 1.6
567
- , hedgehog ^>= 1.2
+ , hedgehog ^>= 1.3
568
, exceptions
569
, bimap
570
other-modules: RevDepCommon
0 commit comments