<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,5 +26,5 @@ Library
     Libaddutil.Collision
 
   Include-dirs:   .
-  Ghc-options:    -Wall -O2
+  Ghc-options:    -Wall -fvia-c -optc-O2
 </diff>
      <filename>haskell/addutil/Libaddutil.cabal</filename>
    </modified>
    <modified>
      <diff>@@ -1,14 +1,14 @@
 #!/bin/sh
 
 if [ &quot;$1&quot; == &quot;-m&quot; ]; then
-    cmd=&quot;`pwd`/make&quot;
+    cmd=&quot;`pwd`/make $1 $2 $3 $4&quot;
 elif [ &quot;$1&quot; == &quot;-c&quot; ]; then
     cmd=&quot;`pwd`/clean&quot;
 #    rm -f /tmp/matchdata.md
 elif [ &quot;$1&quot; == &quot;-s&quot; ]; then
     cmd=&quot;`pwd`/sdist&quot;
 else
-    cmd=&quot;`pwd`/build&quot;
+    cmd=&quot;`pwd`/build $1 $2 $3 $4&quot;
 fi
 
 quits()</diff>
      <filename>haskell/buildall</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,7 @@ Stability:      Unstable
 Homepage:       http://finder.homelinux.org/freekick
 Category:       Games
 Synopsis:       A soccer game
+Build-type:     Simple
 
 Data-files:
   README
@@ -24,22 +25,7 @@ Executable freekickmenu
   Main-is:        Main.hs
   Hs-Source-Dirs: FreekickMenu
   Include-dirs:   .
-  Ghc-options:    -Wall
-
-Executable wxmenu
-  Build-Depends:  base, haskell98, hexpat,
-                  process, containers, 
-                  directory, libaddutil&gt;=0.0.1,
-                  libfreekick&gt;=0.0.2,
-                  wx&gt;=0.10.3
-  Main-is:        Main.hs
-  Hs-Source-Dirs: wxMenu
-  Include-dirs:   .
-  Ghc-options:    -Wall
-  if flag(wxgui)
-    Buildable:      True
-  else
-    Buildable:      False
+  Ghc-options:    -Wall -fvia-c -optc-O2
 
 Executable fksdl
   Build-Depends:  base, haskell98, 
@@ -50,5 +36,5 @@ Executable fksdl
   Main-is:        Main.hs
   Hs-Source-Dirs: client/src
   Include-dirs:   .
-  Ghc-options:    -Wall -O
+  Ghc-options:    -Wall -fvia-c -optc-O2 -threaded
 </diff>
      <filename>haskell/freekick_client/freekick-client.cabal</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ Executable physics
   Hs-Source-Dirs: physics/src
   Other-Modules:  Console
   Include-dirs:   .
-  Ghc-options:    -Wall -O
+  Ghc-options:    -Wall -fvia-c -optc-O2 -threaded
 
 Executable ai
   Build-Depends:  base, haskell98, 
@@ -32,5 +32,5 @@ Executable ai
   Main-is:        Main.hs
   Hs-Source-Dirs: ai/src
   Include-dirs:   .
-  Ghc-options:    -Wall -O
+  Ghc-options:    -Wall -fvia-c -optc-O2
 </diff>
      <filename>haskell/freekick_server/freekick-server.cabal</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,7 @@ import Data.Maybe
 import Control.Monad.State
 import System.Time
 import Debug.Trace
+import CPUTime
 
 import Libaddutil.Vector
 import Libaddutil.Entity</diff>
      <filename>haskell/freekick_server/physics/src/Main.hs</filename>
    </modified>
    <modified>
      <diff>@@ -36,7 +36,7 @@ Library
     Freekick.Libmatch.Rules, Freekick.Libmatch.SoccerPhysics
 
   Include-dirs:   .
-  Ghc-options:    -Wall -O2
+  Ghc-options:    -Wall -fvia-c -optc-O2
 
   Other-modules:
     Freekick.Libsoccer.DatabaseHelper</diff>
      <filename>haskell/libfreekick/Libfreekick.cabal</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eade949511ae4efb6de42c8bc4c50e1615e070d0</id>
    </parent>
  </parents>
  <author>
    <name>Antti Salonen</name>
    <email>ajsalonen@gmail.com</email>
  </author>
  <url>http://github.com/anttisalonen/freekick/commit/391dec6226c631cffdd5f134fdd25a9e14b1146a</url>
  <id>391dec6226c631cffdd5f134fdd25a9e14b1146a</id>
  <committed-date>2009-05-26T06:50:51-07:00</committed-date>
  <authored-date>2009-05-26T06:50:51-07:00</authored-date>
  <message>haskell: compile flag tweaks; removed compilation of wxmenu due to wx lib mismatch</message>
  <tree>2164f32904089ec4e8eae162f38355c01330ea68</tree>
  <committer>
    <name>Antti Salonen</name>
    <email>ajsalonen@gmail.com</email>
  </committer>
</commit>
