diff --git a/heroku.cabal b/heroku.cabal
--- a/heroku.cabal
+++ b/heroku.cabal
@@ -1,5 +1,5 @@
 Name:                heroku
-Version:             0.1.2
+Version:             0.1.2.1
 Synopsis:            helpers for deploying to Heroku
 Description:         currently just a parser for DATABASE_URL
 Homepage:            https://github.com/gregwebs/haskell-heroku
@@ -22,7 +22,7 @@
   
   Build-depends: base >= 4 && < 5
                , text
-               , network
+               , network-uri
 
 Test-Suite test
   Type:                 exitcode-stdio-1.0
