haskell usability on windows webgl
authorkoda
Wed, 07 Nov 2012 13:31:58 +0000
branchwebgl
changeset 7975 1a8308265fdd
parent 7973 afb67e34a6b5
child 7977 4987f6f83cdf
haskell usability on windows
gameServer/hedgewars-server.cabal
tools/pas2c/Main.hs
--- a/gameServer/hedgewars-server.cabal	Mon Nov 05 02:24:28 2012 +0100
+++ b/gameServer/hedgewars-server.cabal	Wed Nov 07 13:31:58 2012 +0000
@@ -16,7 +16,6 @@
 
   Build-depends:
     base >= 4.3,
-    unix,
     containers,
     vector,
     bytestring,
--- a/tools/pas2c/Main.hs	Mon Nov 05 02:24:28 2012 +0100
+++ b/tools/pas2c/Main.hs	Wed Nov 07 13:31:58 2012 +0000
@@ -1,6 +1,5 @@
 module Main( main ) where
 
-import System( getArgs )
 import System.Console.GetOpt
 import System.Environment
 import System.Exit