[project @ 2002-05-09 13:16:29 by simonmar]
[haskell-directory.git] / System / Console / GetOpt.hs
index 36c6095..b8423df 100644 (file)
@@ -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.1 2001/07/04 10:48:39 simonmar Exp $
---
--- A Haskell port of GNU's getopt library 
+-- A Haskell port of the GNU getopt library 
 --
 -----------------------------------------------------------------------------
 
@@ -42,6 +40,7 @@ module System.Console.GetOpt (
                        --        -> ([a],[String],[String])
   ) where
 
+import Prelude
 import Data.List       ( isPrefixOf )
 
 data ArgOrder a                -- what to do with options following non-options: