X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FConsole%2FGetOpt.hs;h=2456df6aad6e093c00e3e03b1d5720c2824b02fc;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=1aa1b7effc16842551e65f174ec70c20f110f483;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/Console/GetOpt.hs b/System/Console/GetOpt.hs index 1aa1b7e..2456df6 100644 --- a/System/Console/GetOpt.hs +++ b/System/Console/GetOpt.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Console.GetOpt -- Copyright : (c) Sven Panne Oct. 1996 (small changes Dec. 1997) -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: GetOpt.hs,v 1.2 2001/07/04 11:30:52 simonmar Exp $ +-- $Id: GetOpt.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $ -- -- A Haskell port of GNU's getopt library --