diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,4 +1,4 @@
-module Main()
+module Main(main)
 where
 
 import System.Directory
diff --git a/src/SpaceState/Space.hs b/src/SpaceState/Space.hs
--- a/src/SpaceState/Space.hs
+++ b/src/SpaceState/Space.hs
@@ -39,7 +39,7 @@
 
 loop :: StateT SpaceState IO Int
 loop = untilDoneR $ do 
-  liftIO $ delay 10
+  -- liftIO $ delay 10
   state <- State.get
   drawSpace
   dead <- if stopped state
diff --git a/starrover2.cabal b/starrover2.cabal
--- a/starrover2.cabal
+++ b/starrover2.cabal
@@ -1,11 +1,11 @@
 Name:           starrover2
-Version:        0.0.9
+Version:        0.1.1
 Cabal-Version:  >= 1.6
 License:        OtherLicense
 License-File:   LICENSE
 Author:         Antti Salonen<ajsalonen at gmail dot com>
 Maintainer:     Antti Salonen<ajsalonen at gmail dot com>
-Copyright:      Antti Salonen 2009
+Copyright:      Antti Salonen 2010
 Stability:      Unstable
 Homepage:       http://github.com/anttisalonen/starrover2
 Category:       Game
