[commit: base] supercompiler: Annotate Data.Complex (2934ae0)

Max Bolingbroke <[email protected]> Thu, 06 Dec 2012 08:32:24 -0800
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : supercompiler

http://hackage.haskell.org/trac/ghc/changeset/2934ae0c2b38589574332d059604653c0e1264d3

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

commit 2934ae0c2b38589574332d059604653c0e1264d3
Author: Max Bolingbroke <[email protected]>
Date:   Thu Nov 15 11:13:30 2012 +0000

    Annotate Data.Complex

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

 Data/Complex.hs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Data/Complex.hs b/Data/Complex.hs
index 1e32bd7..9c20a1b 100644
--- a/Data/Complex.hs
+++ b/Data/Complex.hs
@@ -58,6 +58,8 @@ import Hugs.Prelude(Num(fromInt), Fractional(fromDouble))
 
 infix  6  :+
 
+{-# SUPERINLINABLE module #-}
+
 -- -----------------------------------------------------------------------------
 -- The Complex type