diff --git a/binembed-example.cabal b/binembed-example.cabal
--- a/binembed-example.cabal
+++ b/binembed-example.cabal
@@ -1,14 +1,14 @@
 Name:                binembed-example
-Version:             0.1
+Version:             0.1.0.3
 Synopsis:            Example project using binembed to embed data in object files.
 Description:         binembed-example prints out its source code, embedded into it
                      at compile time using the "binembed" package.
 
-Homepage:            http://gitorious.org/binembed
+Homepage:            http://code.mathr.co.uk/binembed
 License:             BSD3
 License-file:        LICENSE
 Author:              Claude Heiland-Allen
-Maintainer:          claudiusmaximus@goto10.org
+Maintainer:          claude@mathr.co.uk
 Category:            Distribution
 Build-type:          Custom
 Cabal-version:       >=1.6
@@ -22,17 +22,20 @@
   Other-modules:       Example
   -- The next line is needed for the @withBinEmbed@ hooks to work:
   x-binembed:          Example
-  Build-depends:       base >= 4 && < 5, bytestring >= 0.9 && < 0.10, filepath >= 1.1 && < 1.2, containers >= 0.3 && < 0.4, binembed >= 0.1 && < 0.2
+  Build-depends:       base >= 4 && < 4.9,
+                       binembed >= 0.1 && < 0.2,
+                       bytestring >= 0.9 && < 0.11,
+                       containers >= 0.2 && < 0.6,
+                       filepath >= 1 && < 1.5
   GHC-options:         -Wall
-  GHC-prof-options:    -prof -auto-all
 
 Source-repository head
   type:     git
-  location: git://gitorious.org/binembed/binembed.git
+  location: http://code.mathr.co.uk/binembed.git
   subdir:   example
 
 Source-repository this
   type:     git
-  location: git://gitorious.org/binembed/binembed.git
+  location: http://code.mathr.co.uk/binembed.git
   subdir:   example
-  tag:      v0.1
+  tag:      v0.1.0.3
