X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FConsole%2FGetOpt.hs;h=b8423df54b2243361dbf4524af041b3a5ba12c75;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=2456df6aad6e093c00e3e03b1d5720c2824b02fc;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/System/Console/GetOpt.hs b/System/Console/GetOpt.hs index 2456df6..b8423df 100644 --- a/System/Console/GetOpt.hs +++ b/System/Console/GetOpt.hs @@ -2,15 +2,13 @@ -- | -- 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.3 2002/04/24 16:31:45 simonmar Exp $ --- --- A Haskell port of GNU's getopt library +-- A Haskell port of the GNU getopt library -- -----------------------------------------------------------------------------