diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-26 16:45:27 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-11 08:17:19 -0400 |
commit | 20800b9a9e88a8784a3ee8720544f504aba7b4f7 (patch) | |
tree | 2353a93c9979edd08853d74e44db9691911ed947 /compiler/ghc.cabal.in | |
parent | bb586f894532baf1bcb822afd0df7f9fea198671 (diff) | |
download | haskell-20800b9a9e88a8784a3ee8720544f504aba7b4f7.tar.gz |
Split GHC.Iface.Utils module
* GHC.Iface.Recomp: recompilation avoidance stuff
* GHC.Iface.Make: mkIface*
Moved `writeIfaceFile` into GHC.Iface.Load alongside `readIface` and
renamed it `writeIface` for consistency.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 17b2334e2b..f027a234e2 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -356,7 +356,8 @@ Library GHC.Iface.Type GHC.CoreToIface GHC.Iface.Load - GHC.Iface.Utils + GHC.Iface.Make + GHC.Iface.Recomp GHC.IfaceToCore FlagChecker Annotations |