packages feed

quiver-cell-1.0.0: quiver-cell.cabal

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

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

copyright:      Copyright (c) 2015 Patryk Zadarnowski

description:

    This library provides combinators for Quiver-based streaming
    of cellular data, i.e., tabular data encoded as a stream of
    optionally-fragmented cell values.

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

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

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

library
  hs-source-dirs:   src
  default-language: Haskell2010
  ghc-options:      -O2 -Wall -fno-warn-unused-do-bind -fno-warn-missing-signatures
  exposed-modules:  Control.Quiver.Cell
  build-depends:    base        >= 4.8 && < 5,
                    data-cell   >= 1.0.0.2,
                    quiver      >= 0.0.0.11