diff options
author | simonmar <unknown> | 2001-07-03 11:37:51 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-07-03 11:37:51 +0000 |
commit | b4358ba0fc2cb0fbdb75012612e42f330a99b39a (patch) | |
tree | 19fd3e61a85498f71d3d3b278224d1a660e2745e /libraries/base/Foreign/Storable.hs | |
parent | b5925b0022407430f04a34971f7ae7a05c11b09e (diff) | |
download | haskell-b4358ba0fc2cb0fbdb75012612e42f330a99b39a.tar.gz |
[project @ 2001-07-03 11:37:49 by simonmar]
Latest round of changes, incorporating:
- some changes to the portability/stability requested by Malcolm
- Control.Monad.Fix is portable, IO/ST instances moved to System.IO,
Control.Monad.ST respectively.
- GHC.Tup moved to Data.Tuple, the code in here is mostly portable
(and the interface better be).
Diffstat (limited to 'libraries/base/Foreign/Storable.hs')
-rw-r--r-- | libraries/base/Foreign/Storable.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/Foreign/Storable.hs b/libraries/base/Foreign/Storable.hs index 118a1a35f8..67cbc7b6b5 100644 --- a/libraries/base/Foreign/Storable.hs +++ b/libraries/base/Foreign/Storable.hs @@ -6,10 +6,10 @@ -- License : BSD-style (see the file libraries/core/LICENSE) -- -- Maintainer : ffi@haskell.org --- Stability : experimental --- Portability : non-portable +-- Stability : provisional +-- Portability : portable -- --- $Id: Storable.hs,v 1.1 2001/06/28 14:15:03 simonmar Exp $ +-- $Id: Storable.hs,v 1.2 2001/07/03 11:37:50 simonmar Exp $ -- -- A class for primitive marshaling -- |