[commit: ghc] wip/T14677: needs a main module (f1ba01b)

git at git.haskell.org git at git.haskell.org
Sun Mar 31 15:08:00 UTC 2019


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

On branch  : wip/T14677
Link       : http://ghc.haskell.org/trac/ghc/changeset/f1ba01b89f97a76aa5ee339bedc33a45e7cee8b3/ghc

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

commit f1ba01b89f97a76aa5ee339bedc33a45e7cee8b3
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Jan 6 22:10:35 2019 +0100

    needs a main module


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

f1ba01b89f97a76aa5ee339bedc33a45e7cee8b3
 testsuite/tests/codeGen/should_run/T14677.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testsuite/tests/codeGen/should_run/T14677.hs b/testsuite/tests/codeGen/should_run/T14677.hs
index 268f22f..8835366 100644
--- a/testsuite/tests/codeGen/should_run/T14677.hs
+++ b/testsuite/tests/codeGen/should_run/T14677.hs
@@ -1,5 +1,3 @@
-module T14677 where
-
 import GHC.Event
 
 main = print evtWrite



More information about the ghc-commits mailing list