X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FArray.hs;h=55b9c11403d1e3f21ee33d068a0d59c9071d1d45;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=152b475288e8549aea94f63b04bd510043dc07d6;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=haskell-directory.git diff --git a/Foreign/Marshal/Array.hs b/Foreign/Marshal/Array.hs index 152b475..55b9c11 100644 --- a/Foreign/Marshal/Array.hs +++ b/Foreign/Marshal/Array.hs @@ -9,8 +9,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Array.hs,v 1.5 2002/04/24 16:31:44 simonmar Exp $ --- -- Marshalling support: routines allocating, storing, and retrieving Haskell -- lists that are represented as arrays in the foreign language --