packages feed

Cabal revisions of http-conduit-1.8.4.4

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

revision 1
 name:            http-conduit
 version:         1.8.4.4
+x-revision: 1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
         build-depends: network               >= 2.2.1   && < 2.2.3
                      , network-bytestring    >= 0.1.3   && < 0.1.4
     else
-        build-depends: network               >= 2.3
+        build-depends: network               >= 2.3 && < 2.6
     exposed-modules: Network.HTTP.Conduit
                      Network.HTTP.Conduit.Internal
     other-modules:   Network.HTTP.Conduit.Parser
revision 2
 name:            http-conduit
 version:         1.8.4.4
-x-revision: 1
+x-revision: 2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
         build-depends: network               >= 2.2.1   && < 2.2.3
                      , network-bytestring    >= 0.1.3   && < 0.1.4
     else
-        build-depends: network               >= 2.3 && < 2.6
+        build-depends: network               >= 2.3 && < 2.6 && < 2.6
     exposed-modules: Network.HTTP.Conduit
                      Network.HTTP.Conduit.Internal
     other-modules:   Network.HTTP.Conduit.Parser
revision 3
 name:            http-conduit
 version:         1.8.4.4
-x-revision: 2
+x-revision: 3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
                  , lifted-base           >= 0.1
                  , socks                 >= 0.4
                  , time
-                 , cookie                >= 0.4
+                 , cookie                >= 0.4 && < 0.4.4
                  , void                  >= 0.5.5
                  , regex-compat
                  , mtl