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

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/8ece6815397c23f988532042e3391cfb037b5dc3

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

commit 8ece6815397c23f988532042e3391cfb037b5dc3
Author: Simon Peyton Jones <[email protected]>
Date:   Wed Aug 3 09:06:12 2011 +0100

    Different order in generated export list

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

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

diff --git a/tests/rename/should_compile/T1792_imports.stdout 
b/tests/rename/should_compile/T1792_imports.stdout
index b497d12..9c502c6 100644
--- a/tests/rename/should_compile/T1792_imports.stdout
+++ b/tests/rename/should_compile/T1792_imports.stdout
@@ -1 +1 @@
-import qualified Data.ByteString as B ( putStr, readFile )
+import qualified Data.ByteString as B ( readFile, putStr )



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to