packages feed

http-types 0.3.0 → 0.3.1

raw patch · 2 files changed

+2/−5 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/HTTP/Types.hs view
@@ -78,6 +78,7 @@       , ciLowerCase :: !B.ByteString       } +-- | Make a case-insensitive ByteString from a normal ByteString. mkCIByteString :: B.ByteString -> CIByteString mkCIByteString orig = CIByteString {                             ciOriginal = orig@@ -113,10 +114,6 @@ methodOptions = renderStdMethod OPTIONS  -- | HTTP standard method (as defined by RFC 2616).--- --- Note that the Show instance is only for debugging and should NOT be used to generate HTTP method strings; use 'methodToByteString' instead.--- --- The constructor 'OtherMethod' is not exported for forwards compatibility reasons. data StdMethod     = GET     | POST
http-types.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.3.0+Version:             0.3.1  -- A short (one-line) description of the package. Synopsis:            Generic HTTP types for Haskell (for both client and server code).