summaryrefslogtreecommitdiff
path: root/compiler/main/GhcPlugins.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/GhcPlugins.hs')
-rw-r--r--compiler/main/GhcPlugins.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/main/GhcPlugins.hs b/compiler/main/GhcPlugins.hs
index 2b7746c6ce..2326ebdf6c 100644
--- a/compiler/main/GhcPlugins.hs
+++ b/compiler/main/GhcPlugins.hs
@@ -19,7 +19,7 @@ module GhcPlugins(
module VarSet, module VarEnv, module NameSet, module NameEnv,
module UniqSet, module UniqFM, module FiniteMap,
module Util, module Serialized, module SrcLoc, module Outputable,
- module UniqSupply, module Unique, module FastString, module FastTypes
+ module UniqSupply, module Unique, module FastString
) where
-- Plugin stuff itself
@@ -81,4 +81,3 @@ import Outputable
import UniqSupply
import Unique ( Unique, Uniquable(..) )
import FastString
-import FastTypes