packages feed

Cabal revisions of urlencoded-0.4.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                urlencoded-Cabal-Version:       >= 1.8-version:             0.4.2.0-synopsis:            Generate or process x-www-urlencoded data--description:         Generate or process x-www-urlencoded data as it-                     appears in HTTP or HTTPS URIs and HTTP POSTs. See-                     <http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1>--category:            Web-homepage:            https://github.com/fgaz/urlencoded-stability:           alpha-license:             BSD3-license-file:        LICENSE-author:              Josh Hoyt, Philip Weaver-maintainer:          francygazz@gmail.com-build-type:          Simple--source-repository head-  type:     git-  location: git://github.com/fgaz/urlencoded.git--Flag network-uri-  description: Get Network.URI from the network-uri package-  default: True--Library-  build-depends:       base >= 4.7 && <4.12-                     , mtl >= 1.1 && <2.3-                     , split == 0.2.*-  if flag(network-uri)-    build-depends: network-uri >= 2.6-                 , network >= 2.6-  else-    build-depends: network-uri < 2.6-                 , network < 2.6 && >= 2.2-  ghc-options:         -Wall-  hs-source-dirs:      src-  exposed-modules:     Data.URLEncoded--Test-suite test-  type: exitcode-stdio-1.0-  build-depends: base-               , QuickCheck >= 2.11 && < 2.12-               , urlencoded-  if flag(network-uri)-    build-depends: network-uri >= 2.6-                 , network >= 2.6-  else-    build-depends: network-uri < 2.6-                 , network < 2.6 && >= 2.2--  GHC-Options: -Wall-  Main-is: TestDriver.hs-  HS-Source-Dirs: test-+name:                urlencoded
+Cabal-Version:       >= 1.8
+version:             0.4.2.0
+x-revision: 1
+synopsis:            Generate or process x-www-urlencoded data
+
+description:         Generate or process x-www-urlencoded data as it
+                     appears in HTTP or HTTPS URIs and HTTP POSTs. See
+                     <http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1>
+
+category:            Web
+homepage:            https://github.com/fgaz/urlencoded
+stability:           alpha
+license:             BSD3
+license-file:        LICENSE
+author:              Josh Hoyt, Philip Weaver
+maintainer:          francygazz@gmail.com
+build-type:          Simple
+
+source-repository head
+  type:     git
+  location: git://github.com/fgaz/urlencoded.git
+
+Flag network-uri
+  description: Get Network.URI from the network-uri package
+  default: True
+
+Library
+  build-depends:       base >= 4.5 && <4.12
+                     , mtl >= 1.1 && <2.3
+                     , split == 0.2.*
+  if flag(network-uri)
+    build-depends: network-uri >= 2.6
+                 , network >= 2.6
+  else
+    build-depends: network-uri < 2.6
+                 , network < 2.6 && >= 2.2
+  ghc-options:         -Wall
+  hs-source-dirs:      src
+  exposed-modules:     Data.URLEncoded
+
+Test-suite test
+  type: exitcode-stdio-1.0
+  build-depends: base
+               , QuickCheck >= 2.11 && < 2.12
+               , urlencoded
+  if flag(network-uri)
+    build-depends: network-uri >= 2.6
+                 , network >= 2.6
+  else
+    build-depends: network-uri < 2.6
+                 , network < 2.6 && >= 2.2
+
+  GHC-Options: -Wall
+  Main-is: TestDriver.hs
+  HS-Source-Dirs: test
+
revision 2
 name:                urlencoded
 Cabal-Version:       >= 1.8
 version:             0.4.2.0
-x-revision: 1
+x-revision: 2
 synopsis:            Generate or process x-www-urlencoded data
 
 description:         Generate or process x-www-urlencoded data as it
   default: True
 
 Library
-  build-depends:       base >= 4.5 && <4.12
+  build-depends:       base >= 4.5 && <4.13
                      , mtl >= 1.1 && <2.3
                      , split == 0.2.*
   if flag(network-uri)
revision 3
 name:                urlencoded
 Cabal-Version:       >= 1.8
 version:             0.4.2.0
-x-revision: 2
+x-revision: 3
 synopsis:            Generate or process x-www-urlencoded data
 
 description:         Generate or process x-www-urlencoded data as it
 Test-suite test
   type: exitcode-stdio-1.0
   build-depends: base
-               , QuickCheck >= 2.11 && < 2.12
+               , QuickCheck >= 2.11 && < 2.13
                , urlencoded
   if flag(network-uri)
     build-depends: network-uri >= 2.6
revision 4
 name:                urlencoded
 Cabal-Version:       >= 1.8
 version:             0.4.2.0
-x-revision: 3
+x-revision: 4
 synopsis:            Generate or process x-www-urlencoded data
 
 description:         Generate or process x-www-urlencoded data as it
 license:             BSD3
 license-file:        LICENSE
 author:              Josh Hoyt, Philip Weaver
-maintainer:          francygazz@gmail.com
+maintainer:          Francesco Gazzetta <fgaz@fgaz.me>
 build-type:          Simple
 
 source-repository head
revision 5
 name:                urlencoded
 Cabal-Version:       >= 1.8
 version:             0.4.2.0
-x-revision: 4
+x-revision: 5
 synopsis:            Generate or process x-www-urlencoded data
 
 description:         Generate or process x-www-urlencoded data as it
 Test-suite test
   type: exitcode-stdio-1.0
   build-depends: base
-               , QuickCheck >= 2.11 && < 2.13
+               , QuickCheck >= 2.11 && < 2.14
                , urlencoded
   if flag(network-uri)
     build-depends: network-uri >= 2.6