packages feed

Cabal revisions of chunked-data-0.2.0

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

revision 1
-name:                chunked-data-version:             0.2.0-synopsis:            Typeclasses for dealing with various chunked data representations-description:         Originally present in classy-prelude.-homepage:            https://github.com/fpco/chunked-data-license:             MIT-license-file:        LICENSE-author:              Michael Snoyman-maintainer:          michael@snoyman.com-category:            Data-build-type:          Simple-cabal-version:       >=1.8-extra-source-files:  README.md ChangeLog.md--library-  exposed-modules:     Data.IOData-                       Data.Textual.Encoding-                       Data.Sequences.Lazy-                       Data.Builder-                       Data.ChunkedZip-  build-depends:       base >= 4 && < 5-                     , transformers-                     , bytestring-                     , mono-traversable >=0.2-                     , text >= 0.11-                     , blaze-builder-                     , containers-                     , vector-                     , semigroups--source-repository head-  type:     git-  location: git://github.com/fpco/chunked-data.git+name:                chunked-data
+version:             0.2.0
+x-revision: 1
+synopsis:            Typeclasses for dealing with various chunked data representations
+description:         Originally present in classy-prelude.
+homepage:            https://github.com/fpco/chunked-data
+license:             MIT
+license-file:        LICENSE
+author:              Michael Snoyman
+maintainer:          michael@snoyman.com
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.8
+extra-source-files:  README.md ChangeLog.md
+
+library
+  exposed-modules:     Data.IOData
+                       Data.Textual.Encoding
+                       Data.Sequences.Lazy
+                       Data.Builder
+                       Data.ChunkedZip
+  build-depends:       base >= 4 && < 5
+                     , transformers
+                     , bytestring
+                     , mono-traversable >=0.5
+                     , text >= 0.11
+                     , blaze-builder
+                     , containers
+                     , vector
+                     , semigroups
+
+source-repository head
+  type:     git
+  location: git://github.com/fpco/chunked-data.git
revision 2
 name:                chunked-data
 version:             0.2.0
-x-revision: 1
+x-revision: 2
 synopsis:            Typeclasses for dealing with various chunked data representations
 description:         Originally present in classy-prelude.
 homepage:            https://github.com/fpco/chunked-data
   build-depends:       base >= 4 && < 5
                      , transformers
                      , bytestring
-                     , mono-traversable >=0.5
+                     , mono-traversable >=0.2
                      , text >= 0.11
                      , blaze-builder
                      , containers
revision 3
 name:                chunked-data
 version:             0.2.0
-x-revision: 2
+x-revision: 3
 synopsis:            Typeclasses for dealing with various chunked data representations
 description:         Originally present in classy-prelude.
 homepage:            https://github.com/fpco/chunked-data
   build-depends:       base >= 4 && < 5
                      , transformers
                      , bytestring
-                     , mono-traversable >=0.2
+                     , mono-traversable >=0.2 && < 0.11
                      , text >= 0.11
                      , blaze-builder
                      , containers