packages feed

URLb 0.0.0 → 0.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/URLb.hs view
@@ -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
URLb.cabal view
@@ -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