HTTP 4000.2.1 → 4000.2.2
raw patch · 16 files changed
+34/−35 lines, 16 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- HTTP.cabal +4/−4
- Network/Browser.hs +2/−2
- Network/BufferType.hs +2/−2
- Network/HTTP.hs +2/−2
- Network/HTTP/Auth.hs +2/−2
- Network/HTTP/Base.hs +2/−2
- Network/HTTP/Cookie.hs +2/−2
- Network/HTTP/HandleStream.hs +2/−2
- Network/HTTP/Headers.hs +2/−2
- Network/HTTP/Proxy.hs +2/−3
- Network/HTTP/Stream.hs +2/−2
- Network/HTTP/Utils.hs +2/−2
- Network/Stream.hs +2/−2
- Network/StreamDebugger.hs +2/−2
- Network/StreamSocket.hs +2/−2
- Network/TCP.hs +2/−2
HTTP.cabal view
@@ -1,5 +1,5 @@ Name: HTTP-Version: 4000.2.1+Version: 4000.2.2 Cabal-Version: >= 1.8 Build-type: Simple License: BSD3@@ -77,7 +77,7 @@ Network.HTTP.Utils Paths_HTTP GHC-options: -fwarn-missing-signatures -Wall- Build-depends: base >= 2 && < 4.5, network, parsec+ Build-depends: base >= 2 && < 4.6, network, parsec Extensions: FlexibleInstances if flag(old-base) Build-depends: base < 3@@ -95,7 +95,7 @@ Test-Suite test type: exitcode-stdio-1.0 - build-tools: ghc >= 6.10 && < 7.4+ build-tools: ghc >= 6.10 && < 7.6 hs-source-dirs: test main-is: httpTests.hs@@ -103,7 +103,7 @@ build-depends: HTTP, HUnit, httpd-shed,- base >= 2 && < 4.5,+ base >= 2 && < 4.6, network, split >= 0.1 && < 0.2, test-framework,
Network/Browser.hs view
@@ -2,10 +2,10 @@ {- | Module : Network.Browser-Copyright : (c) Warrick Gray 2002+Copyright : See LICENSE file License : BSD -Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+Maintainer : Ganesh Sittampalam <http@projects.haskell.org> Stability : experimental Portability : non-portable (not tested)
Network/BufferType.hs view
@@ -3,10 +3,10 @@ -- | -- Module : Network.BufferType -- Description : Abstract representation of request and response buffer types.--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop, 2008 Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD ----- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Auth.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Auth--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Base.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Base--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008 Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Cookie.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Cookie--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/HandleStream.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.HandleStream--- Copyright : (c) 2008- Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Headers.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Headers--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Proxy.hs view
@@ -2,11 +2,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Proxy--- Copyright : (c) 2009 Eric Kow+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>--- Author : Eric Kow <E.Y.Kow@brighton.ac.uk>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Stream.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Stream--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2005, 2007 Robin Bate Boerop+-- Copyright : See LICENSE file -- License : BSD -- --- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/HTTP/Utils.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.HTTP.Utils--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop, 2008- Sigbjorn Finne+-- Copyright : See LICENSE file -- License : BSD ----- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/Stream.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.Stream--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop+-- Copyright : See LICENSE file -- License : BSD ----- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/StreamDebugger.hs view
@@ -1,10 +1,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.StreamDebugger--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop+-- Copyright : See LICENSE file -- License : BSD ----- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/StreamSocket.hs view
@@ -2,10 +2,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.StreamSocket--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004, 2007 Robin Bate Boerop.+-- Copyright : See LICENSE file -- License : BSD ----- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --
Network/TCP.hs view
@@ -2,10 +2,10 @@ ----------------------------------------------------------------------------- -- | -- Module : Network.TCP--- Copyright : (c) Warrick Gray 2002, Bjorn Bringert 2003-2004, Simon Foster 2004+-- Copyright : See LICENSE file -- License : BSD ----- Maintainer : Sigbjorn Finne <sigbjorn.finne@gmail.com>+-- Maintainer : Ganesh Sittampalam <http@projects.haskell.org> -- Stability : experimental -- Portability : non-portable (not tested) --