Remove Control.Parallel*, now in package parallel
[haskell-directory.git] / Data / Array / IArray.hs
index 60d8097..2a88764 100644 (file)
@@ -6,7 +6,7 @@
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
--- Portability :  non-portable
+-- Portability :  non-portable (uses Data.Array.Base)
 --
 -- Immutable arrays, with an overloaded interface.  For array types which
 -- can be used with this interface, see the 'Array' type exported by this
@@ -16,7 +16,6 @@
 
 module Data.Array.IArray ( 
     -- * Array classes
-    HasBounds,  -- :: (* -> * -> *) -> class
     IArray,     -- :: (* -> * -> *) -> * -> class
 
     module Data.Ix,