Skip to content
Commit a7c77430 authored by Guillaume Bouchard's avatar Guillaume Bouchard Committed by Peter Simons
Browse files

ghc-8.6.3: use system `libffi`

Use the system `libffi` (`ie` nixpkgs's) instead of built-in libffi
from ghc source tree.

This will prevent library conflict when ghc dynamically links haskell
packages (linked with ghc built-in libffi) and any external library
which uses nixpkgs `libffi`.

Closes https://github.com/NixOS/nixpkgs/pull/55208.
parent 7f32b3db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment