diff options
Diffstat (limited to 'compiler/Language/Haskell/Syntax.hs-boot')
-rw-r--r-- | compiler/Language/Haskell/Syntax.hs-boot | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/Language/Haskell/Syntax.hs-boot b/compiler/Language/Haskell/Syntax.hs-boot deleted file mode 100644 index 72ddcaa0e4..0000000000 --- a/compiler/Language/Haskell/Syntax.hs-boot +++ /dev/null @@ -1,9 +0,0 @@ -{-# LANGUAGE StandaloneDeriving #-} -module Language.Haskell.Syntax where - -import GHC.Prelude (Show) -import GHC.Data.FastString - -newtype ModuleName = ModuleName FastString - -instance Show ModuleName |