summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSimon Marlow <smarlow@fb.com>2015-12-17 03:03:29 -0800
committerSimon Marlow <marlowsd@gmail.com>2015-12-17 11:48:04 +0000
commit27f47cda4a2d91bbeaeeb5efa8d0e3a908798120 (patch)
treecb100f7c8ac085fcd96d38793b86df42f5bb4289 /compiler/ghc.cabal.in
parent62e60bb914980dff1b29eecbe1270deb0b265d9d (diff)
downloadhaskell-27f47cda4a2d91bbeaeeb5efa8d0e3a908798120.tar.gz
Fix libffi dependency, and remove redundant LibFFI.hsc
LibFFI.hsc was moved to libraries/ghci/GHCi/FFI.hsc, I just forgot to remove the old one. We also need an explicit dependency on libffi, which moves from compiler/ghc.mk to the top-level ghc.mk (because libraries/ghci/ghc.mk is auto-generated).
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index ae702ef788..fc81942180 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -587,7 +587,6 @@ Library
ByteCodeItbls
ByteCodeLink
Debugger
- LibFFI
Linker
RtClosureInspect
DebuggerUtils