packages feed

quiver-bytestring-0.0.0.2: quiver-bytestring.cabal

name:           quiver-bytestring
version:        0.0.0.2
synopsis:       Quiver combinators for bytestring streaming
homepage:       https://github.com/zadarnowski/quiver-bytestring
category:       Control
stability:      alpha

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

copyright:      Copyright (c) 2015 Patryk Zadarnowski

description:

    This library provides a set of combinators for efficient
    streaming of bytestring data in the Quiver framework.

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

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

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

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

  exposed-modules:
    Control.Quiver.ByteString

  build-depends:
    base                    >= 4.8 && < 5,
    bytestring              >= 0.10.6.0,
    quiver                  >= 0.0.0.10