diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2020-08-01 08:58:03 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-05 04:00:04 -0400 |
commit | 5e12cd1733b581f48a5873b12971b6974778eabb (patch) | |
tree | 8f72a7beb4fd82b90c71a9cd5412e9e777a48c53 /compiler/ghc.cabal.in | |
parent | 3f2f771869c65125ba013a5dd2b213061efe0fc2 (diff) | |
download | haskell-5e12cd1733b581f48a5873b12971b6974778eabb.tar.gz |
Rename Core.Opt.Driver -> Core.Opt.Pipeline
Closes #18504.
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 e37a32ce6a..1372a187d9 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -427,7 +427,7 @@ Library GHC.Core.Opt.OccurAnal GHC.Core.Opt.StaticArgs GHC.Core.Opt.SetLevels - GHC.Core.Opt.Driver + GHC.Core.Opt.Pipeline GHC.Core.Opt.Simplify.Env GHC.Core.Opt.Simplify.Monad GHC.Core.Opt.Simplify.Utils |