[commit: ghc] master: fix validate breakage (0d5ddad)

git at git.haskell.org git at git.haskell.org
Wed Jan 27 16:57:36 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0d5ddad900257a1a31658e5d9fc4be6648462588/ghc

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

commit 0d5ddad900257a1a31658e5d9fc4be6648462588
Author: Simon Marlow <smarlow at fb.com>
Date:   Wed Jan 27 08:57:44 2016 -0800

    fix validate breakage
    
    (Travis said it was OK!)


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

0d5ddad900257a1a31658e5d9fc4be6648462588
 compiler/deSugar/Coverage.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler/deSugar/Coverage.hs b/compiler/deSugar/Coverage.hs
index 56eb96d..ef21f5c 100644
--- a/compiler/deSugar/Coverage.hs
+++ b/compiler/deSugar/Coverage.hs
@@ -13,8 +13,6 @@ import GHCi.RemoteTypes
 import Data.Array
 import ByteCodeTypes
 import GHC.Stack.CCS
-import Foreign.C
-import qualified Data.ByteString as B
 #endif
 import Type
 import HsSyn



More information about the ghc-commits mailing list