X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FError.hs;h=7dc8d3a1730f0fd6c39269495367f12e4fab76b3;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=a908f0f8069e56d8b3511a0f1267703072fc09e0;hpb=91ad6d44f7b29d2ede170e3106042b36c9904da1;p=ghc-base.git diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index a908f0f..7dc8d3a 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude -#include "HsBase.h" #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Foreign.C.Error -- 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: Error.hs,v 1.6 2002/02/07 11:13:30 simonmar Exp $ --- -- C-specific Marshalling support: Handling of C "errno" error codes -- -----------------------------------------------------------------------------