diff options
author | Tamar Christina <tamar@zhox.com> | 2018-04-12 07:50:28 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2018-04-12 07:50:28 +0100 |
commit | 4e6da0f2feeb22f54361d774eb05251019b25e09 (patch) | |
tree | 09213dd4f3edd92597067fa9849cb116eb7fcc28 /rts/rts.cabal.in | |
parent | 111556f9e809962a91666c99d96cf80db361ee32 (diff) | |
download | haskell-4e6da0f2feeb22f54361d774eb05251019b25e09.tar.gz |
Revert "Remove fs files from rts install-includes."
This reverts commit 111556f9e809962a91666c99d96cf80db361ee32.
There is a mismatch between Hadrian and Make on these install-includes.
but the reachability analysis forces these headers to be exported even
through they can't vven be used.
Diffstat (limited to 'rts/rts.cabal.in')
-rw-r--r-- | rts/rts.cabal.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index b3cd2b228e..0b9a8c4efd 100644 --- a/rts/rts.cabal.in +++ b/rts/rts.cabal.in @@ -129,6 +129,8 @@ library rts/Timer.h rts/Types.h rts/Utils.h + rts/fs.h + rts/fs_rts.h rts/prof/CCS.h rts/prof/LDV.h rts/storage/Block.h |