packages feed

chunked-data-0.3.1: chunked-data.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a27d451194c09c28477e2c3e5a83512c2408ab49736af80656d4ee0811a3be53

name:           chunked-data
version:        0.3.1
synopsis:       Typeclasses for dealing with various chunked data representations
description:    See docs and README at <http://www.stackage.org/package/chunked-data>
category:       Data
homepage:       https://github.com/snoyberg/mono-traversable#readme
bug-reports:    https://github.com/snoyberg/mono-traversable/issues
author:         Michael Snoyman
maintainer:     michael@snoyman.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/snoyberg/mono-traversable

library
  hs-source-dirs:
      src
  build-depends:
      base >=4 && <5
    , bytestring >=0.10.2
    , containers
    , semigroups
    , text >=1.2
    , transformers
    , vector
  exposed-modules:
      Data.Builder
      Data.ChunkedZip
      Data.IOData
  other-modules:
      Paths_chunked_data
  default-language: Haskell2010