[commit: ghc] master: Revert "Remove fs files from rts install-includes." (4e6da0f)

git at git.haskell.org git at git.haskell.org
Thu Apr 12 06:51:50 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4e6da0f2feeb22f54361d774eb05251019b25e09/ghc

>---------------------------------------------------------------

commit 4e6da0f2feeb22f54361d774eb05251019b25e09
Author: Tamar Christina <tamar at zhox.com>
Date:   Thu Apr 12 07:50:28 2018 +0100

    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.


>---------------------------------------------------------------

4e6da0f2feeb22f54361d774eb05251019b25e09
 rts/rts.cabal.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index b3cd2b2..0b9a8c4 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



More information about the ghc-commits mailing list