diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
 # For special configuration, especially for docs.  Otherwise see README.
 
+server = code.haskell.org
+server-dir = /srv/code
+
 include ../my-cabal-make.inc
diff --git a/vector-space.cabal b/vector-space.cabal
--- a/vector-space.cabal
+++ b/vector-space.cabal
@@ -1,5 +1,5 @@
 Name:                vector-space
-Version:             0.0
+Version:             0.0.1
 Synopsis: 	     Vector & affine spaces, plus 
 Category:            math
 Description:
@@ -18,7 +18,7 @@
 Author:              Conal Elliott 
 Maintainer:          conal@conal.net
 Homepage:            http://haskell.org/haskellwiki/vector-space
-Package-Url:	     http://darcs.haskell.org/vector-space
+Package-Url:	     http://code.haskell.org/vector-space
 Copyright:           (c) 2007-2008 by Conal Elliott
 License:             BSD3
 Stability:           experimental
