diff --git a/gameclock.cabal b/gameclock.cabal
--- a/gameclock.cabal
+++ b/gameclock.cabal
@@ -1,5 +1,5 @@
 name:                gameclock
-version:             1.0.3
+version:             1.0.4
 --homepage:            http://haskell.org/gtk2hs/archives/2006/01/26/cairo-eye-candy/
 license:             GPL
 license-file:        LICENSE
@@ -14,7 +14,7 @@
 flag small_base
   description: Choose the new smaller, split-up base package.
 
-executable hsclock
+executable gameclock
     if flag(small_base)
         build-depends: base >= 3, containers, time
     else
