packages feed

Raincat 1.1.1 → 1.1.1.1

raw patch · 3 files changed

+5/−4 lines, 3 files

Files

README view
@@ -59,3 +59,4 @@ OTHER CONTRIBUTORS: ------------------- Mikhail Pobolovets  - Programmer+Sergei Trofimovich  - Programmer
Raincat.cabal view
@@ -1,5 +1,5 @@ name:                   Raincat-version:                1.1.1+version:                1.1.1.1 cabal-version:          >= 1.8 build-type:             Simple license:                BSD3@@ -18,7 +18,8 @@  category:               Game author:                 Garrick Chin, Susan Lin, SooHyun Jang, Anthony Maurice, William Wang,-                        Andrew Zheng, Rachel Berkowitz, Spencer Ying, Tal Stramer, Mikhail Pobolovets+                        Andrew Zheng, Rachel Berkowitz, Spencer Ying, Tal Stramer, Mikhail Pobolovets,+                        Sergei Trofimovich  stability:              stable tested-with:            GHC==6.12.1
src/Main.hs view
@@ -1,5 +1,4 @@-module Main-    () where+module Main (main) where  import Graphics.UI.GLUT import System.Exit