diff --git a/ncurses.cabal b/ncurses.cabal
--- a/ncurses.cabal
+++ b/ncurses.cabal
@@ -1,5 +1,5 @@
 name: ncurses
-version: 0.1
+version: 0.1.0.1
 synopsis: Modernised bindings to GNU ncurses
 license: GPL-3
 license-file: license.txt
@@ -11,12 +11,12 @@
 category: User Interfaces, Foreign
 stability: experimental
 bug-reports: mailto:jmillikin@gmail.com
-homepage: http://ianen.org/haskell/bindings/ncurses/
+homepage: http://john-millikin.com/software/bindings/ncurses/
 tested-with: GHC==6.12.1
 
 source-repository head
-  type: darcs
-  location: http://ianen.org/haskell/bindings/ncurses/
+  type: bazaar
+  location: http://john-millikin.com/software/bindings/ncurses/
 
 library
   ghc-options: -Wall -fno-warn-unused-do-bind
@@ -24,7 +24,7 @@
   build-depends:
       base >= 4 && < 5
     , containers >= 0.2 && < 0.4
-    , text >= 0.7 && < 0.9
+    , text >= 0.7 && < 0.11
     , transformers >= 0.2 && < 0.3
 
   build-tools:
