[commit: ghc] wip/ttypeable: Clean up whitespace (e93b95e)

git at git.haskell.org git at git.haskell.org
Sun Jan 29 20:22:06 UTC 2017


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

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/e93b95e58fde6dcd1272b102b48b1495780f0d8f/ghc

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

commit e93b95e58fde6dcd1272b102b48b1495780f0d8f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jan 28 10:52:52 2017 -0500

    Clean up whitespace


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

e93b95e58fde6dcd1272b102b48b1495780f0d8f
 compiler/typecheck/TcTypeable.hs | 1 -
 compiler/types/Type.hs-boot      | 0
 2 files changed, 1 deletion(-)

diff --git a/compiler/typecheck/TcTypeable.hs b/compiler/typecheck/TcTypeable.hs
index 96c05d4..82cec42 100644
--- a/compiler/typecheck/TcTypeable.hs
+++ b/compiler/typecheck/TcTypeable.hs
@@ -492,4 +492,3 @@ mkTyConKindRep (Stuff {..}) tycon = do
 
     consExpr :: Type -> LHsExpr Id
     consExpr ty = mkLHsWrap (mkWpTyApps [ty]) (nlHsDataCon consDataCon)
-



More information about the ghc-commits mailing list