[commit: ghc] master: Fix build after 'Shrink a couple of hs-boot files' (2944d27)

git at git.haskell.org git at git.haskell.org
Sat May 27 13:11:10 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2944d27d11b84fb104326ed81c5922548a9edb32/ghc

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

commit 2944d27d11b84fb104326ed81c5922548a9edb32
Author: Bartosz Nitka <niteria at gmail.com>
Date:   Sat May 27 06:06:16 2017 -0700

    Fix build after 'Shrink a couple of hs-boot files'


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

2944d27d11b84fb104326ed81c5922548a9edb32
 compiler/iface/IfaceType.hs-boot | 2 --
 compiler/iface/ToIface.hs-boot   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/compiler/iface/IfaceType.hs-boot b/compiler/iface/IfaceType.hs-boot
index 4807419..7488aa5 100644
--- a/compiler/iface/IfaceType.hs-boot
+++ b/compiler/iface/IfaceType.hs-boot
@@ -4,7 +4,6 @@ module IfaceType( IfaceType, IfaceTyCon, IfaceForAllBndr
                 , IfaceCoercion, IfaceTyLit, IfaceTcArgs ) where
 
 import Var (TyVarBndr, ArgFlag)
-import TyCon (TyConBndrVis)
 import FastString (FastString)
 
 data IfaceTcArgs
@@ -16,5 +15,4 @@ data IfaceTyCon
 data IfaceTyLit
 data IfaceCoercion
 type IfaceTvBndr      = (IfLclName, IfaceKind)
-type IfaceTyConBinder = TyVarBndr IfaceTvBndr TyConBndrVis
 type IfaceForAllBndr  = TyVarBndr IfaceTvBndr ArgFlag
diff --git a/compiler/iface/ToIface.hs-boot b/compiler/iface/ToIface.hs-boot
index f361427..e2431b8 100644
--- a/compiler/iface/ToIface.hs-boot
+++ b/compiler/iface/ToIface.hs-boot
@@ -3,7 +3,7 @@ module ToIface where
 import {-# SOURCE #-} TyCoRep
 import {-# SOURCE #-} IfaceType( IfaceType, IfaceTyCon, IfaceForAllBndr
                                , IfaceCoercion, IfaceTyLit, IfaceTcArgs )
-import Var ( TyVar, TyVarBinder )
+import Var ( TyVarBinder )
 import TyCon ( TyCon )
 import VarSet( VarSet )
 



More information about the ghc-commits mailing list