File: chunked-data.cabal

package info (click to toggle)
haskell-chunked-data 0.3.1-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 76 kB
  • sloc: haskell: 281; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,209 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
-- 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