diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-09-15 12:47:29 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-16 04:55:17 -0400 |
commit | 8af954d202de1de0671062c3f55e43fc783f8192 (patch) | |
tree | f8cf8e949e2c4d42ea36c696ded1a1c360bf35d5 /compiler/ghc.cabal.in | |
parent | b695e7d73617ab19170d37b383315e8ede289c5e (diff) | |
download | haskell-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.in | 1 |
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@ |