summaryrefslogtreecommitdiff
path: root/libraries/ghci/ghci.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghci/ghci.cabal.in')
-rw-r--r--libraries/ghci/ghci.cabal.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 06f7eca0c5..c323387801 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -70,8 +70,8 @@ library
Build-Depends:
rts,
array == 0.5.*,
- base >= 4.8 && < 4.17,
- ghc-prim >= 0.5.0 && < 0.9,
+ base >= 4.8 && < 4.18,
+ ghc-prim >= 0.5.0 && < 0.10,
binary == 0.8.*,
bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,