[commit: ghc] ghc-8.0: fix validate breakage (8f37073)
git at git.haskell.org
git at git.haskell.org
Tue Feb 2 16:43:15 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/8f3707309e853fa989f12ef17d68890dc54930fb/ghc
>---------------------------------------------------------------
commit 8f3707309e853fa989f12ef17d68890dc54930fb
Author: Simon Marlow <smarlow at fb.com>
Date: Wed Jan 27 08:57:44 2016 -0800
fix validate breakage
(Travis said it was OK!)
(cherry picked from commit 0d5ddad900257a1a31658e5d9fc4be6648462588)
>---------------------------------------------------------------
8f3707309e853fa989f12ef17d68890dc54930fb
compiler/deSugar/Coverage.hs | 2 --
1 file changed, 2 deletions(-)
diff --git a/compiler/deSugar/Coverage.hs b/compiler/deSugar/Coverage.hs
index 9fc1734..0ccad63 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