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

On branch  : 

http://hackage.haskell.org/trac/ghc/changeset/0d340c999918a3f651d4f9ba3ff8c6c3e006d810

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

commit 0d340c999918a3f651d4f9ba3ff8c6c3e006d810
Author: Max Bolingbroke <batterseapo...@hotmail.com>
Date:   Wed Oct 26 19:12:23 2011 +0100

    Remove redundant export from Process1

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

 .../supercompile/Supercompile/Drive/Process1.hs    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/supercompile/Supercompile/Drive/Process1.hs 
b/compiler/supercompile/Supercompile/Drive/Process1.hs
index 0e46b17..7a88815 100644
--- a/compiler/supercompile/Supercompile/Drive/Process1.hs
+++ b/compiler/supercompile/Supercompile/Drive/Process1.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE BangPatterns, RankNTypes, RebindableSyntax #-}
 {-# OPTIONS_GHC -fno-warn-name-shadowing #-}
-module Supercompile.Drive.Process1 (SCStats(..), supercompile) where
+module Supercompile.Drive.Process1 (supercompile) where
 
 #include "HsVersions.h"
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to