diff options
author | Tamar Christina <tamar@zhox.com> | 2018-04-12 21:40:43 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2018-04-12 21:42:47 +0100 |
commit | 5417c68977db2f2c2c1ce3b8b19ac1f540df471c (patch) | |
tree | 6cfbc6fc3962c65b5bf842d4788dd7a7b6a2d8c8 | |
parent | 4e6da0f2feeb22f54361d774eb05251019b25e09 (diff) | |
download | haskell-5417c68977db2f2c2c1ce3b8b19ac1f540df471c.tar.gz |
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
-rw-r--r-- | rts/rts.cabal.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in index 0b9a8c4efd..b3cd2b228e 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 |