summaryrefslogtreecommitdiff
path: root/libraries/ghci
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 /libraries/ghci
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 'libraries/ghci')
-rw-r--r--libraries/ghci/ghci.cabal.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in
index 1661bf213a..60330f72b6 100644
--- a/libraries/ghci/ghci.cabal.in
+++ b/libraries/ghci/ghci.cabal.in
@@ -79,7 +79,6 @@ library
deepseq == 1.4.*,
filepath == 1.4.*,
ghc-boot == @ProjectVersionMunged@,
- ghc-boot-th == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@,
template-haskell == 2.17.*,
transformers == 0.5.*