forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove libffi hack from ghc-lib (digital-asset#2703)
We currently use a custom cabal file for ghc-lib that has libffi in the extra-libraries section so Hazel adds the headers. Forcing GHC to use the bundled libffi should hopefully remove the need for this hack which simplifies things.
- Loading branch information
1 parent
d5c6d93
commit 8f56205
Showing
7 changed files
with
14 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- a/ghc-lib.cabal 2019-08-30 09:14:05.199708631 +0200 | ||
+++ b/ghc-lib.cabal 2019-08-30 09:14:13.923814400 +0200 | ||
@@ -652,5 +652,3 @@ | ||
X86.Ppr | ||
X86.RegInfo | ||
X86.Regs | ||
- extra-libraries: | ||
- ffi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ let shared = rec { | |
imagemagick | ||
jdk8 | ||
jq | ||
libffi | ||
nodejs | ||
patchelf | ||
postgresql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters