diff --git a/simple-form.cabal b/simple-form.cabal
--- a/simple-form.cabal
+++ b/simple-form.cabal
@@ -1,5 +1,5 @@
 name:            simple-form
-version:         0.4.2
+version:         0.5.0
 cabal-version:   >= 1.8
 license:         OtherLicense
 license-file:    COPYING
@@ -10,8 +10,8 @@
 stability:       experimental
 tested-with:     GHC == 7.6.2
 synopsis:        Forms that configure themselves based on type
-homepage:        https://github.com/singpolyma/simple-form
-bug-reports:     https://github.com/singpolyma/simple-form/issues
+homepage:        https://github.com/singpolyma/simple-form-haskell
+bug-reports:     https://github.com/singpolyma/simple-form-haskell/issues
 build-type:      Simple
 description:
         Inspired by the RubyGem of the same name, this package allows you to
@@ -44,7 +44,7 @@
                 blaze-html,
                 old-locale,
                 time,
-                network,
+                network-uri,
                 email-validate,
                 transformers,
                 text,
