diff --git a/Network/URLb.hs b/Network/URLb.hs
--- a/Network/URLb.hs
+++ b/Network/URLb.hs
@@ -1,7 +1,7 @@
 {-# LANGUAGE OverloadedStrings
            , RecordWildCards #-}
 -- | URL parser, following RFC 3986 (<http://tools.ietf.org/html/rfc3986>).
-module Network.URLb where
+module Network.URLb {-# DEPRECATED "Please use Network.URI insteasd." #-} where
 
 import Control.Applicative
 import Control.Monad
diff --git a/URLb.cabal b/URLb.cabal
--- a/URLb.cabal
+++ b/URLb.cabal
@@ -1,13 +1,13 @@
 name                          : URLb
-version                       : 0.0.0
+version                       : 0.0.1
 category                      : Text
 license                       : BSD3
 license-file                  : LICENSE
 author                        : Jason Dusek
 maintainer                    : oss@solidsnack.be
 homepage                      : http://github.com/solidsnack/URLb
-synopsis                      : A liberal, simple URL parser.
-description                   : A liberal, simple URL parser.
+synopsis                      : DEPRECATED A simple, liberal URL parser.
+description                   : DEPRECATED A simple, liberal URL parser.
 
 cabal-version                 : >= 1.6
 build-type                    : Simple
