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 /rts | |
parent | 53cc93ae3c9b939fff8407ee588dff89f7f92a12 (diff) | |
download | haskell-b2721819f391ab49871271283f32df54810c4387.tar.gz |
hadrian: Clean up handling of libffi dependencies
Diffstat (limited to 'rts')
-rw-r--r-- | rts/rts.cabal.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 5e53b38be2..3602db3b91 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -163,7 +163,10 @@ library install-includes: Cmm.h HsFFI.h MachDeps.h Rts.h RtsAPI.h Stg.h ghcautoconf.h ghcconfig.h ghcplatform.h ghcversion.h -- ^ from include - DerivedConstants.h ffi.h ffitarget.h + DerivedConstants.h + ffi.h ffitarget.h + -- ^ see Note [Packaging libffi headers] in + -- GHC.Driver.CodeOutput. rts/EventLogConstants.h rts/EventTypes.h -- ^ generated |