diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-02-25 10:00:01 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-25 10:18:17 -0400 |
commit | b2721819f391ab49871271283f32df54810c4387 (patch) | |
tree | 1c9c6158e83ba72efd670902c735834a70f952c3 /libraries | |
parent | 53cc93ae3c9b939fff8407ee588dff89f7f92a12 (diff) | |
download | haskell-b2721819f391ab49871271283f32df54810c4387.tar.gz |
hadrian: Clean up handling of libffi dependencies
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index e9922ab24a..06f7eca0c5 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -58,8 +58,6 @@ library GHCi.StaticPtrTable GHCi.TH - include-dirs: @FFIIncludeDir@ - exposed-modules: GHCi.BreakArray GHCi.BinaryArray |