[commit: ghc] master: BinIface: Clean up whitespace (89d25b9)

git at git.haskell.org git at git.haskell.org
Wed Aug 26 20:25:53 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/89d25b9e7f8b3a40c58916700cd8adfbd9dd4f19/ghc

>---------------------------------------------------------------

commit 89d25b9e7f8b3a40c58916700cd8adfbd9dd4f19
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Aug 26 17:56:06 2015 +0200

    BinIface: Clean up whitespace


>---------------------------------------------------------------

89d25b9e7f8b3a40c58916700cd8adfbd9dd4f19
 compiler/iface/BinIface.hs | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/compiler/iface/BinIface.hs b/compiler/iface/BinIface.hs
index 9d3ef75..3c1633d 100644
--- a/compiler/iface/BinIface.hs
+++ b/compiler/iface/BinIface.hs
@@ -23,9 +23,9 @@ module BinIface (
 import TcRnMonad
 import TyCon
 import ConLike
-import DataCon    (dataConName, dataConWorkId, dataConTyCon)
+import DataCon    ( dataConName, dataConWorkId, dataConTyCon )
 import PrelInfo   ( knownKeyNames )
-import Id         (idName, isDataConWorkId_maybe)
+import Id         ( idName, isDataConWorkId_maybe )
 import TysWiredIn
 import IfaceEnv
 import HscTypes
@@ -304,7 +304,6 @@ serialiseName bh name _ = do
 knownKeyNamesMap :: UniqFM Name
 knownKeyNamesMap = listToUFM_Directly [(nameUnique n, n) | n <- knownKeyNames]
 
-
 -- See Note [Symbol table representation of names]
 putName :: BinDictionary -> BinSymbolTable -> BinHandle -> Name -> IO ()
 putName _dict BinSymbolTable{



More information about the ghc-commits mailing list