summaryrefslogtreecommitdiff
path: root/rts/rts.cabal.in
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-10-26 02:36:22 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-18 22:27:55 -0500
commitaed98ddaf72cc38fb570d8415cac5de9d8888818 (patch)
treef25c5a157f27dabbef72b77c5bdc61052ea75c21 /rts/rts.cabal.in
parent0acbbd2021033245c2fb70e8fc8a79fcab168394 (diff)
downloadhaskell-aed98ddaf72cc38fb570d8415cac5de9d8888818.tar.gz
Hadrian: bring up to date with latest make improvements
Headers should be associated with the RTS, and subject to less hacks. The most subtle issue was that the package-grained dependencies on generated files were being `need`ed before calculating Haskell deps, but not before calculating C/C++ deps.
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r--rts/rts.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index a2f78f15b6..b8500d6ef4 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -144,7 +144,7 @@ library
if !flag(smp)
cpp-options: -DNOSMP
- include-dirs: build include
+ include-dirs: include
@FFIIncludeDir@
@LibdwIncludeDir@
includes: Stg.h