Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/02ae78202390745f9c9f640de1a4b54f3ac71652 >--------------------------------------------------------------- commit 02ae78202390745f9c9f640de1a4b54f3ac71652 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
