summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-25 10:00:01 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-04-25 10:18:17 -0400
commitb2721819f391ab49871271283f32df54810c4387 (patch)
tree1c9c6158e83ba72efd670902c735834a70f952c3 /rts
parent53cc93ae3c9b939fff8407ee588dff89f7f92a12 (diff)
downloadhaskell-b2721819f391ab49871271283f32df54810c4387.tar.gz
hadrian: Clean up handling of libffi dependencies
Diffstat (limited to 'rts')
-rw-r--r--rts/rts.cabal.in5
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