summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorAlfredo Di Napoli <alfredo@well-typed.com>2020-12-01 18:09:11 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-12-18 05:51:48 -0500
commit52498cfaf2d130552b8a8c6b01f7a8114152aee0 (patch)
tree593c8d19752f16418f452fa8f55c5dd7859a96ba /compiler/ghc.cabal.in
parented22678a7060a95f82804072b0e67ae4d09bf023 (diff)
downloadhaskell-52498cfaf2d130552b8a8c6b01f7a8114152aee0.tar.gz
Split Driver.Env module
This commit splits the GHC.Driver.Env module creating a separate GHC.Driver.Env.Types module where HscEnv and Hsc would live. This will pave the way to the structured error values by avoiding one boot module later down the line.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 13b877fd44..323940d925 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -384,6 +384,7 @@ Library
GHC.Driver.CodeOutput
GHC.Driver.Config
GHC.Driver.Env
+ GHC.Driver.Env.Types
GHC.Driver.Flags
GHC.Driver.Hooks
GHC.Driver.Main