packages feed

quiver-csv-0.0.0.1: quiver-csv.cabal

name:           quiver-csv
version:        0.0.0.1
synopsis:       Quiver combinators for cellular CSV data processing
homepage:       https://github.com/zadarnowski/quiver-csv
category:       Control
stability:      alpha

author:         Patryk Zadarnowski
maintainer:     Patryk Zadarnowski <pat@jantar.org>

copyright:      Copyright (c) 2015 Patryk Zadarnowski

description:

    This library provides an efficient pipes-based implementation
    of a cellular CSV codec designed for fast streaming of data
    with guaranteed constant memory usage.

cabal-version:  >= 1.18
build-type:     Simple
license:        BSD3
license-file:   LICENSE

source-repository head
  type:         git
  location:     https://github.com/zadarnowski/quiver-csv.git

source-repository this
  type:         git
  location:     https://github.com/zadarnowski/quiver-csv.git
  tag:          0.0.0.1

library
  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -Wall -fno-warn-unused-do-bind -fno-warn-missing-signatures

  exposed-modules:
    Control.Quiver.CSV

  build-depends:
    base                    >= 4.8 && < 5,
    bytestring              >= 0.10.6.0,
    data-cell               >= 1.0.0.2,
    quiver                  >= 0.0.0.6,
    quiver-bytestring       >= 0.0.0.1