diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-07-02 20:47:44 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-25 00:45:08 -0400 |
commit | 15b2b44fe35292dc3ac93ec215c44fba42165f67 (patch) | |
tree | 97e16669ac800920e9cfde47561235d4c48db23e /compiler/GHC/Iface | |
parent | e443846ba05c943877e193a9518d5817e15560f3 (diff) | |
download | haskell-15b2b44fe35292dc3ac93ec215c44fba42165f67.tar.gz |
Rename GHC.Driver.Ways into GHC.Platform.Ways
Diffstat (limited to 'compiler/GHC/Iface')
-rw-r--r-- | compiler/GHC/Iface/Binary.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Binary.hs b/compiler/GHC/Iface/Binary.hs index 5c533cbd9c..5e9cbf15a2 100644 --- a/compiler/GHC/Iface/Binary.hs +++ b/compiler/GHC/Iface/Binary.hs @@ -43,7 +43,7 @@ import GHC.Driver.Types import GHC.Unit import GHC.Types.Name import GHC.Driver.Session -import GHC.Driver.Ways +import GHC.Platform.Ways import GHC.Types.Unique.FM import GHC.Types.Unique.Supply import GHC.Utils.Panic |