[commit: testsuite] master: Remove unnecessary import (a70c469)
Simon Peyton Jones
simonpj at microsoft.com
Fri Mar 2 18:13:55 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a70c4692cdfe5bc7dc0f01985f9c96a00b7ad4b1
>---------------------------------------------------------------
commit a70c4692cdfe5bc7dc0f01985f9c96a00b7ad4b1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Mar 2 17:13:47 2012 +0000
Remove unnecessary import
>---------------------------------------------------------------
tests/polykinds/T5770.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tests/polykinds/T5770.hs b/tests/polykinds/T5770.hs
index d6cf604..132a153 100644
--- a/tests/polykinds/T5770.hs
+++ b/tests/polykinds/T5770.hs
@@ -4,7 +4,6 @@
#-}
module T5770 where
-import GHC.Base
convert :: a -> b
convert = convert
More information about the Cvs-ghc
mailing list