summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax/ImpExp.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Language/Haskell/Syntax/ImpExp.hs-boot')
-rw-r--r--compiler/Language/Haskell/Syntax/ImpExp.hs-boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/Language/Haskell/Syntax/ImpExp.hs-boot b/compiler/Language/Haskell/Syntax/ImpExp.hs-boot
index 9cc78600b8..68bd7fdc53 100644
--- a/compiler/Language/Haskell/Syntax/ImpExp.hs-boot
+++ b/compiler/Language/Haskell/Syntax/ImpExp.hs-boot
@@ -1,7 +1,5 @@
module Language.Haskell.Syntax.ImpExp where
-import GHC.Data.FastString
-
import Data.Eq
import Data.Ord
import Text.Show
@@ -16,7 +14,3 @@ instance Eq IsBootInterface
instance Ord IsBootInterface
instance Show IsBootInterface
instance Data IsBootInterface
-
-newtype ModuleName = ModuleName FastString
-
-instance Show ModuleName