diff --git a/freekick2.cabal b/freekick2.cabal
--- a/freekick2.cabal
+++ b/freekick2.cabal
@@ -1,5 +1,5 @@
 Name:           freekick2
-Version:        0.1.0
+Version:        0.1.1
 Cabal-Version:  >= 1.6
 License:        GPL
 License-File:   LICENSE
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,4 +1,4 @@
-module Main() where
+module Main(main) where
 
 import System.IO.Error hiding (catch)
 import Control.Monad
