diff --git a/README b/README
--- a/README
+++ b/README
@@ -59,3 +59,4 @@
 OTHER CONTRIBUTORS:
 -------------------
 Mikhail Pobolovets  - Programmer
+Sergei Trofimovich  - Programmer
diff --git a/Raincat.cabal b/Raincat.cabal
--- a/Raincat.cabal
+++ b/Raincat.cabal
@@ -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
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,5 +1,4 @@
-module Main
-    () where
+module Main (main) where
 
 import Graphics.UI.GLUT
 import System.Exit
