summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Fixity.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Fixity.hs')
-rw-r--r--compiler/GHC/Rename/Fixity.hs8
1 files changed, 2 insertions, 6 deletions
diff --git a/compiler/GHC/Rename/Fixity.hs b/compiler/GHC/Rename/Fixity.hs
index 89bc90e025..b3b195aa61 100644
--- a/compiler/GHC/Rename/Fixity.hs
+++ b/compiler/GHC/Rename/Fixity.hs
@@ -1,11 +1,8 @@
-{-# LANGUAGE ViewPatterns #-}
-
{-
-
This module contains code which maintains and manipulates the
fixity environment during renaming.
-
-}
+
module GHC.Rename.Fixity
( MiniFixityEnv
, addLocalFixities
@@ -13,8 +10,7 @@ module GHC.Rename.Fixity
, lookupFixityRn_help
, lookupFieldFixityRn
, lookupTyFixityRn
- )
-where
+ ) where
import GHC.Prelude