diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-11-13 05:32:55 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-02 02:55:22 -0500 |
commit | e5be71a2f99891e63afb203ed1f14303c3815ea5 (patch) | |
tree | a8c958a94e40e57c6a181e54f45ac2b76cf94c56 /rts/rts.cabal.in | |
parent | ec6d3c89ca73bf13cc8d9ec9600f003dfc33ebf5 (diff) | |
download | haskell-wip/rts-configure.tar.gz |
Generate ghcplatform.h from RTS configurewip/rts-configure
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r-- | rts/rts.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 98ca808917..d9bfa8657c 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -224,7 +224,7 @@ library include-dirs: include includes: Rts.h - autogen-includes: ghcautoconf.h + autogen-includes: ghcautoconf.h ghcplatform.h install-includes: Cmm.h HsFFI.h MachDeps.h Rts.h RtsAPI.h Stg.h ghcautoconf.h ghcconfig.h ghcplatform.h ghcversion.h -- ^ from include |