diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-04-28 17:46:44 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-30 23:22:13 -0400 |
commit | 491266eeaa64f34923335900fa42e1f239326cab (patch) | |
tree | bf43304ac8bdc07de248b4c7ae622e95d42ca918 /utils/check-exact | |
parent | c7ca3619e2544d7627c082b6e5bbe57a6b8abc05 (diff) | |
download | haskell-491266eeaa64f34923335900fa42e1f239326cab.tar.gz |
Make GHC.Runtime.Interpreter independent of GHC.Driver
Diffstat (limited to 'utils/check-exact')
-rw-r--r-- | utils/check-exact/ExactPrint.hs | 1 | ||||
-rw-r--r-- | utils/check-exact/Types.hs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/utils/check-exact/ExactPrint.hs b/utils/check-exact/ExactPrint.hs index 9f093c7faf..79511e9d34 100644 --- a/utils/check-exact/ExactPrint.hs +++ b/utils/check-exact/ExactPrint.hs @@ -27,7 +27,6 @@ import GHC.Types.Fixity import GHC.Types.ForeignCall import GHC.Types.SourceText import GHC.Utils.Outputable hiding ( (<>) ) -import GHC.Driver.Ppr import GHC.Unit.Module.Warnings import GHC.Utils.Misc import GHC.Utils.Panic diff --git a/utils/check-exact/Types.hs b/utils/check-exact/Types.hs index ac9ae10375..ef08421583 100644 --- a/utils/check-exact/Types.hs +++ b/utils/check-exact/Types.hs @@ -13,7 +13,6 @@ module Types import GHC hiding (EpaComment) import GHC.Utils.Outputable hiding ( (<>) ) -import GHC.Driver.Ppr import Data.Data (Data, toConstr,cast) import qualified Data.Map as Map |