[commit: ghc] master: Remove fs files from rts install-includes. (5417c68)

git at git.haskell.org git at git.haskell.org
Thu Apr 12 20:43:00 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5417c68977db2f2c2c1ce3b8b19ac1f540df471c/ghc

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

commit 5417c68977db2f2c2c1ce3b8b19ac1f540df471c
Author: Tamar Christina <tamar at zhox.com>
Date:   Thu Apr 12 21:40:43 2018 +0100

    Remove fs files from rts install-includes.
    
    Summary:
    They don't really need to be installed and will fix Hadrian installs.
    Skipping review because change is trivial.
    
    THis should be safe, but running it through CI to be sure.
    
    Test Plan: ./validate
    
    Reviewers: bgamari, erikd, simonmar
    
    Subscribers: thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D4591


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

5417c68977db2f2c2c1ce3b8b19ac1f540df471c
 rts/rts.cabal.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index 0b9a8c4..b3cd2b2 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -129,8 +129,6 @@ 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