Skip to content
  • Simon Marlow's avatar
    Fix libffi dependency, and remove redundant LibFFI.hsc · 27f47cda
    Simon Marlow authored
    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).
    27f47cda