summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-09-15 12:47:29 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-16 04:55:17 -0400
commit8af954d202de1de0671062c3f55e43fc783f8192 (patch)
treef8cf8e949e2c4d42ea36c696ded1a1c360bf35d5 /compiler/ghc.cabal.in
parentb695e7d73617ab19170d37b383315e8ede289c5e (diff)
downloadhaskell-8af954d202de1de0671062c3f55e43fc783f8192.tar.gz
Make ghc-boot reexport modules from ghc-boot-th
Packages don't have to import both ghc-boot and ghc-boot-th. It makes the dependency graph easier to understand and to refactor.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 7694cfa2ec..d469a85926 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -72,7 +72,6 @@ Library
transformers == 0.5.*,
exceptions == 0.10.*,
ghc-boot == @ProjectVersionMunged@,
- ghc-boot-th == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@,
ghci == @ProjectVersionMunged@