diff options
author | simonmar <unknown> | 2002-05-09 13:16:33 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 13:16:33 +0000 |
commit | cbe4350c2773ad12ce050cd174f0bfab910d506f (patch) | |
tree | 9dba5ba18450b1010cade765732249493ada290b /libraries/base/Foreign.hs | |
parent | 961034a81ca8f89f4f8298334e2fa40a338fa0b7 (diff) | |
download | haskell-cbe4350c2773ad12ce050cd174f0bfab910d506f.tar.gz |
[project @ 2002-05-09 13:16:29 by simonmar]
Rename libraries/core to libraries/base in the module headers.
Diffstat (limited to 'libraries/base/Foreign.hs')
-rw-r--r-- | libraries/base/Foreign.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Foreign.hs b/libraries/base/Foreign.hs index 0b22468dca..c4d07cd86b 100644 --- a/libraries/base/Foreign.hs +++ b/libraries/base/Foreign.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign -- 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 |