packages feed

Cabal revisions of http-encodings-0.9.3

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

revision 1
-Name:                http-encodings-Version:             0.9.3-Synopsis:            A library for encoding and decoding bodies of HTTP messages-Description: A library for encoding and decoding bodies of HTTP messages, designed to work with the HTTP and http-server libraries. No heuristic encoding detection at this time. WANTED: a library implementing the Unix "compress" command encoding/decoding (or the LZW algorithm).--License:             BSD3-License-file:        LICENSE-Author:              Andrey Chudnov-Maintainer:          Andrey Chudnov <oss@chudnov.com>-Homepage:            http://github.com/achudnov/http-encodings-Bug-reports:         http://github.com/achudnov/http-encodings/issues-Copyright:           (c) 2012-2014 Stevens Institute of Technology-Category:            Web-Build-type:          Simple-Stability:           Experimental-Cabal-version:       >=1.10-Tested-with:         GHC==7.6.3, GHC==7.4.2, GHC==7.8.2--source-repository head-   type: git-   location: git://github.com/achudnov/http-encodings.git--source-repository this-   type: git-   location: git://github.com/achudnov/http-encodings.git-   tag: 0.9.3--Library-  Exposed-modules:     Network.HTTP.Encoding, -                       Network.HTTP.Encoding.Character, -                       Network.HTTP.Encoding.Content,-                       Network.HTTP.Encoding.Error  -  Build-depends: base        == 4.*-               , HTTP        == 4000.*-               , bytestring  >= 0.9 && < 0.11-               , parsec      == 3.*-               , utf8-string == 0.3.*-               , iconv       == 0.4.*-               , zlib        == 0.5.*-               , mtl         == 2.*-               , mime        == 0.4.*-               , text        >= 0.9 && < 2-  Default-language: Haskell2010+Name:                http-encodings
+Version:             0.9.3
+x-revision: 1
+Synopsis:            A library for encoding and decoding bodies of HTTP messages
+Description: A library for encoding and decoding bodies of HTTP messages, designed to work with the HTTP and http-server libraries. No heuristic encoding detection at this time. WANTED: a library implementing the Unix "compress" command encoding/decoding (or the LZW algorithm). The package versions follow Semantic Versioning model (semver.org).
+
+License:             BSD3
+License-file:        LICENSE
+Author:              Andrey Chudnov
+Maintainer:          Andrey Chudnov <oss@chudnov.com>
+Homepage:            http://github.com/achudnov/http-encodings
+Bug-reports:         http://github.com/achudnov/http-encodings/issues
+Copyright:           (c) 2012-2015 Stevens Institute of Technology
+Category:            Web
+Build-type:          Simple
+Stability:           Experimental
+Cabal-version:       >=1.10
+Tested-with:         GHC==7.6.3, GHC==7.4.2, GHC==7.8.2
+
+source-repository head
+   type: git
+   location: git://github.com/achudnov/http-encodings.git
+
+source-repository this
+   type: git
+   location: git://github.com/achudnov/http-encodings.git
+   tag: 0.9.3
+
+Library
+  Exposed-modules:     Network.HTTP.Encoding, 
+                       Network.HTTP.Encoding.Character, 
+                       Network.HTTP.Encoding.Content,
+                       Network.HTTP.Encoding.Error  
+  Build-depends: base        == 4.*
+               , HTTP        == 4000.*
+               , bytestring  >= 0.9 && < 0.11
+               , parsec      == 3.*
+               , utf8-string == 0.3.*
+               , iconv       == 0.4.*
+               , zlib        == 0.5.*
+               , mtl         == 2.*
+               , mime        == 0.4.*
+               , text        >= 0.9 && < 2
+  Default-language: Haskell2010
revision 2
 Name:                http-encodings
 Version:             0.9.3
-x-revision: 1
+x-revision: 2
 Synopsis:            A library for encoding and decoding bodies of HTTP messages
 Description: A library for encoding and decoding bodies of HTTP messages, designed to work with the HTTP and http-server libraries. No heuristic encoding detection at this time. WANTED: a library implementing the Unix "compress" command encoding/decoding (or the LZW algorithm). The package versions follow Semantic Versioning model (semver.org).
 
                , HTTP        == 4000.*
                , bytestring  >= 0.9 && < 0.11
                , parsec      == 3.*
-               , utf8-string == 0.3.*
+               , utf8-string == 1.*
                , iconv       == 0.4.*
                , zlib        == 0.5.*
                , mtl         == 2.*
revision 3
 Name:                http-encodings
 Version:             0.9.3
-x-revision: 2
+x-revision: 3
 Synopsis:            A library for encoding and decoding bodies of HTTP messages
 Description: A library for encoding and decoding bodies of HTTP messages, designed to work with the HTTP and http-server libraries. No heuristic encoding detection at this time. WANTED: a library implementing the Unix "compress" command encoding/decoding (or the LZW algorithm). The package versions follow Semantic Versioning model (semver.org).
 
                , parsec      == 3.*
                , utf8-string == 1.*
                , iconv       == 0.4.*
-               , zlib        == 0.5.*
+               , zlib        >= 0.5 && < 0.7
                , mtl         == 2.*
                , mime        == 0.4.*
                , text        >= 0.9 && < 2