branch | webgl |
changeset 7975 | 1a8308265fdd |
parent 7969 | 7fcbbd46704a |
child 7979 | a3974abc62d3 |
7973:afb67e34a6b5 | 7975:1a8308265fdd |
---|---|
1 module Main( main ) where |
1 module Main( main ) where |
2 |
2 |
3 import System( getArgs ) |
|
4 import System.Console.GetOpt |
3 import System.Console.GetOpt |
5 import System.Environment |
4 import System.Environment |
6 import System.Exit |
5 import System.Exit |
7 import System.IO |
6 import System.IO |
8 import Data.Maybe( fromMaybe ) |
7 import Data.Maybe( fromMaybe ) |