[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Foreign / C / Types.hs
index 5def8b9..ec1cbf1 100644 (file)
@@ -3,14 +3,12 @@
 -- |
 -- Module      :  Foreign.C.Types
 -- Copyright   :  (c) The FFI task force 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  ffi@haskell.org
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: Types.hs,v 1.4 2002/04/24 16:31:44 simonmar Exp $
---
 -- Mapping of C types to corresponding Haskell types. A cool hack...
 --
 -----------------------------------------------------------------------------