[commit: testsuite] master: Change test, now that imported data families don't get implicitly exported (1d7e95c)

Simon Peyton Jones simonpj at microsoft.com
Fri Sep 2 18:45:28 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1d7e95cfde67a1f127a8b26e9b0cc085247380a4

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

commit 1d7e95cfde67a1f127a8b26e9b0cc085247380a4
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Sep 2 17:45:18 2011 +0100

    Change test, now that imported data families don't get implicitly exported

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

 tests/rename/should_compile/T5306a.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/rename/should_compile/T5306a.hs b/tests/rename/should_compile/T5306a.hs
index 4aee0f8..783131b 100644
--- a/tests/rename/should_compile/T5306a.hs
+++ b/tests/rename/should_compile/T5306a.hs
@@ -1,5 +1,5 @@
 {-# LANGUAGE TypeFamilies #-}
-module T5306a where
+module T5306a( F(..) ) where
 import T5306b
 
 data instance F Bool = FBool





More information about the Cvs-ghc mailing list