diff --git a/explicit-iomodes-text.cabal b/explicit-iomodes-text.cabal
--- a/explicit-iomodes-text.cabal
+++ b/explicit-iomodes-text.cabal
@@ -1,5 +1,5 @@
 name:          explicit-iomodes-text
-version:       0.1.0.5
+version:       0.1.0.6
 cabal-version: >=1.6
 build-type:    Simple
 license:       BSD3
@@ -7,18 +7,20 @@
 copyright:     2010 Bas van Dijk
 author:        Bas van Dijk
 maintainer:    Bas van Dijk <v.dijk.bas@gmail.com>
+homepage:      https://github.com/basvandijk/explicit-iomodes-text/
+bug-reports:   https://github.com/basvandijk/explicit-iomodes-text/issues
 stability:     experimental
 category:      System
 synopsis:      Extends explicit-iomodes with Text operations
 description:   Extends @explicit-iomodes@ with @Text@ operations
 
 source-repository head
-  Type:     darcs
-  Location: http://code.haskell.org/~basvandijk/code/explicit-iomodes-text
+  Type:     git
+  Location: git://github.com/basvandijk/explicit-iomodes-text.git
 
 Library
   GHC-Options: -Wall
-  build-depends: base             >= 4   && < 4.4
+  build-depends: base             >= 4   && < 4.5
                , text             >= 0.7 && < 0.12
                , explicit-iomodes >= 0.4 && < 0.7
   exposed-modules: Data.Text.IO.ExplicitIOModes
