[project @ 2002-04-24 16:31:37 by simonmar]
[haskell-directory.git] / Data / Array / Storable.hs
index e725d2d..b59301e 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.Array.Storable
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -8,7 +8,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable
 --
--- $Id: Storable.hs,v 1.1 2001/07/04 10:48:39 simonmar Exp $
+-- $Id: Storable.hs,v 1.3 2002/04/24 16:31:43 simonmar Exp $
 --
 -- A storable array is an IO-mutable array which stores its
 -- contents in a contiguous memory block living in the C
@@ -45,6 +45,8 @@ module Data.Array.Storable (
     )
     where
 
+import Prelude
+
 import Data.Array.Base
 import Data.Array.MArray
 import Foreign hiding (newArray)