[commit: ghc] master: testsuite: fix seward-space-leak build aganst Prelude/Main 'traverse' clash (6ecf19c)

git at git.haskell.org git at git.haskell.org
Mon Oct 6 21:05:52 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6ecf19c61221bddf5df3ee54f24daa90c91bdd71/ghc

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

commit 6ecf19c61221bddf5df3ee54f24daa90c91bdd71
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date:   Mon Oct 6 22:01:14 2014 +0100

    testsuite: fix seward-space-leak build aganst Prelude/Main 'traverse' clash
    
    Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>


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

6ecf19c61221bddf5df3ee54f24daa90c91bdd71
 testsuite/tests/programs/seward-space-leak/Main.lhs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/tests/programs/seward-space-leak/Main.lhs b/testsuite/tests/programs/seward-space-leak/Main.lhs
index 327118d..6c3f9f9 100644
--- a/testsuite/tests/programs/seward-space-leak/Main.lhs
+++ b/testsuite/tests/programs/seward-space-leak/Main.lhs
@@ -64,6 +64,8 @@ Collector: APPEL  HeapSize: 4,194,304 (bytes)
 
 > module Main where
 
+> import Prelude hiding (traverse)
+
 %============================================================
 %============================================================
 



More information about the ghc-commits mailing list