diff -r 8127319c02f2 -r 60e1fad78d58 netserver/Opts.hs --- a/netserver/Opts.hs Tue Nov 04 17:04:54 2008 +0000 +++ b/netserver/Opts.hs Tue Nov 04 21:53:30 2008 +0000 @@ -1,4 +1,8 @@ -module Opts where +module Opts +( + GlobalOptions(..), + globalOptions +) where import System import System.Console.GetOpt