X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FConsole%2FGetOpt.hs;h=b8423df54b2243361dbf4524af041b3a5ba12c75;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=1aa1b7effc16842551e65f174ec70c20f110f483;hpb=c8ec30e25e79091d115f105c610038f18b041055;p=ghc-base.git diff --git a/System/Console/GetOpt.hs b/System/Console/GetOpt.hs index 1aa1b7e..b8423df 100644 --- a/System/Console/GetOpt.hs +++ b/System/Console/GetOpt.hs @@ -1,16 +1,14 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Console.GetOpt -- Copyright : (c) Sven Panne Oct. 1996 (small changes Dec. 1997) --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- --- $Id: GetOpt.hs,v 1.2 2001/07/04 11:30:52 simonmar Exp $ --- --- A Haskell port of GNU's getopt library +-- A Haskell port of the GNU getopt library -- -----------------------------------------------------------------------------