You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
164 B

  1. {-# OPTIONS_HADDOCK ignore-exports #-}
  2. import GUI.Gtk
  3. import System.Environment
  4. main :: IO ()
  5. main = do
  6. a <- getArgs
  7. makeGUI (if null a then "" else head a)