From bff2f24ba9104275c665b6a0cf30a8dd18407392 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 30 May 2019 20:06:24 -0400 Subject: Move 'Platform' to ghc-boot ghc-pkg needs to be aware of platforms so it can figure out which subdire within the user package db to use. This is admittedly roundabout, but maybe Cabal could use the same notion of a platform as GHC to good affect too. --- compiler/utils/Outputable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/Outputable.hs') diff --git a/compiler/utils/Outputable.hs b/compiler/utils/Outputable.hs index ee857a817e..a5306faaa4 100644 --- a/compiler/utils/Outputable.hs +++ b/compiler/utils/Outputable.hs @@ -101,7 +101,7 @@ import BufWrite (BufHandle) import FastString import qualified Pretty import Util -import Platform +import GHC.Platform import qualified PprColour as Col import Pretty ( Doc, Mode(..) ) import Panic -- cgit v1.2.1