diff --git a/car-pool.cabal b/car-pool.cabal
--- a/car-pool.cabal
+++ b/car-pool.cabal
@@ -1,10 +1,10 @@
 Name:             car-pool
-Version:          0.0
+Version:          0.0.0.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann
 Maintainer:       Henning Thielemann <haskell@henning-thielemann.de>
-Homepage:         http://code.haskell.org/~thielema/car-pool/
+Homepage:         http://hub.darcs.net/thielema/car-pool/
 Category:         Web
 Synopsis:         Simple web-server for organizing car-pooling for an event
 Description:      Simple web-server for organizing car-pooling for an event
@@ -13,13 +13,13 @@
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.0
+  Tag:         0.0.0.1
   Type:        darcs
-  Location:    http://code.haskell.org/~thielema/car-pool/
+  Location:    http://hub.darcs.net/thielema/car-pool/
 
 Source-Repository head
   Type:        darcs
-  Location:    http://code.haskell.org/~thielema/car-pool/
+  Location:    http://hub.darcs.net/thielema/car-pool/
 
 Executable car-pool
   Build-Depends:
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -1,4 +1,4 @@
--- module Main (main) where
+module Main where
 
 import Text.Digestive (Form, View, text, bool, subView, check, (.:))
 import Text.Digestive.Blaze.Html5
