summaryrefslogtreecommitdiff
path: root/ghc/ghc-bin.cabal.in
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-06-27 13:04:47 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-06-27 13:04:58 +0300
commit437ff69e2f4d53f2ca6d0a07f86276fd53c27ef4 (patch)
treec168bbd7fcda6a0223b903b9ba2667e8b4364dcb /ghc/ghc-bin.cabal.in
parenta54c94f08b938c02cbaf003e23a7ef3352eee19a (diff)
downloadhaskell-437ff69e2f4d53f2ca6d0a07f86276fd53c27ef4.tar.gz
Add ghc-prim as dependency to ghc-bin
Remove unsafeCoerce introduced by a54c94f08b Reviewers: simonmar, bgamari Reviewed By: simonmar Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4901
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r--ghc/ghc-bin.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index d3cc40235d..85a92501d2 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -54,6 +54,7 @@ Executable ghc
Build-depends:
containers >= 0.5 && < 0.7,
deepseq == 1.4.*,
+ ghc-prim == 0.5.*,
ghci == @ProjectVersionMunged@,
haskeline == 0.7.*,
time == 1.8.*,