Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4ba5d5717ab05ed73ead4009a5e1a1c24e6899b5

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

commit 4ba5d5717ab05ed73ead4009a5e1a1c24e6899b5
Author: Milan Straka <[email protected]>
Date:   Wed Nov 16 19:03:43 2011 +0100

    Do not export foldrBits for testing.
    
    It is not being used while testing.

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

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

diff --git a/Data/IntSet.hs b/Data/IntSet.hs
index 564e416..581a15a 100644
--- a/Data/IntSet.hs
+++ b/Data/IntSet.hs
@@ -56,7 +56,6 @@ module Data.IntSet (
               IntSet          -- instance Eq,Show
 #else
               IntSet(..)      -- instance Eq,Show
-            , foldrBits
 #endif
 
             -- * Operators



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

Reply via email to