packages feed

starrover2 0.0.9 → 0.1.1

raw patch · 3 files changed

+4/−4 lines, 3 files

Files

src/Main.hs view
@@ -1,4 +1,4 @@-module Main()+module Main(main) where  import System.Directory
src/SpaceState/Space.hs view
@@ -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
starrover2.cabal view
@@ -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