summaryrefslogtreecommitdiff
path: root/ghc/ghc-bin.cabal.in
diff options
context:
space:
mode:
authorAlexandre <alexandrer_b@outlook.com>2019-03-28 16:28:42 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-01 03:32:28 -0400
commita3971b4e8cb2f07387fbc165d46cd861a914c193 (patch)
tree8263f8d0b5cf69d927a6d5a92e00db4b6fd2ba84 /ghc/ghc-bin.cabal.in
parent33173a51c77d9960d5009576ad9b67b646dfda3c (diff)
downloadhaskell-a3971b4e8cb2f07387fbc165d46cd861a914c193.tar.gz
Bump ghc-prim's version where needed
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index 0000a1ee3f..279e1274a9 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -58,7 +58,7 @@ Executable ghc
Build-depends:
containers >= 0.5 && < 0.7,
deepseq == 1.4.*,
- ghc-prim == 0.5.*,
+ ghc-prim >= 0.5.0 && <= 0.6.1,
ghci == @ProjectVersionMunged@,
haskeline == 0.7.*,
time >= 1.8 && < 1.10,