diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-05-14 10:21:34 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-24 01:55:24 -0400 |
commit | a0ea59d641d400543e9e803007500da01eedf48a (patch) | |
tree | d5b817282db575326a3745fd089f3d86a752ff1d /compiler/ghc.cabal.in | |
parent | e0eda0707d6cc3d5a85cfb13543df61623e82070 (diff) | |
download | haskell-a0ea59d641d400543e9e803007500da01eedf48a.tar.gz |
Move Config module into GHC.Settings
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index c4cedb2c18..260f231098 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -360,7 +360,7 @@ Library GHC.Types.Annotations GHC.Driver.CmdLine GHC.Driver.CodeOutput - Config + GHC.Settings.Config GHC.Settings.Constants GHC.Driver.MakeFile GHC.Driver.Phases |