X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FDirectory.hs;h=02c684161e05957d9715f1e0fc89577ad6cf879b;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=b6047a9d00f60b5f5e1d9a66f75cf2801b4efd56;hpb=a3a668c2abbc3218d48f4ea836380a4e31f1e642;p=ghc-base.git diff --git a/System/Directory.hs b/System/Directory.hs index b6047a9..02c6841 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Directory -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional -- Portability : portable -- --- $Id: Directory.hs,v 1.2 2002/04/24 15:47:10 sof Exp $ --- -- System-independent interface to directory manipulation. -- -----------------------------------------------------------------------------