X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FDirectory.hs;h=b860958b080d73146e08af5e69ea003f9d8b0ddf;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=b6047a9d00f60b5f5e1d9a66f75cf2801b4efd56;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/Directory.hs b/System/Directory.hs index b6047a9..b860958 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Directory -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Directory.hs,v 1.2 2002/04/24 15:47:10 sof Exp $ +-- $Id: Directory.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $ -- -- System-independent interface to directory manipulation. --