summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-10-10 19:58:56 +0100
committerTamar Christina <tamar@zhox.com>2017-10-10 19:58:56 +0100
commite51e565da82fe406bf9d5f2c4a72e0737ba7e6ce (patch)
treef4a35b39a5cd09af61354287a7e3ea241c29ff19 /compiler/ghc.cabal.in
parentf337a208b1e1a53cbdfee8b49887858cc3a500f6 (diff)
downloadhaskell-e51e565da82fe406bf9d5f2c4a72e0737ba7e6ce.tar.gz
Split SysTools up some
Summary: SysTools and DriverTools have an annoying mutual dependency. They also each contain pieces of the linker. In order for changes to be shared between the library and the exe linking code this dependency needs to be broken in order to avoid using hs-boot files. Reviewers: austin, bgamari, erikd Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4071
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 4f0fbbc90e..d3cbe9563b 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -367,6 +367,10 @@ Library
StaticPtrTable
SysTools
SysTools.Terminal
+ SysTools.ExtraObj
+ SysTools.Info
+ SysTools.Process
+ SysTools.Tasks
Elf
TidyPgm
Ctype