packages feed

quiver-bytestring-1.0.0: quiver-bytestring.cabal

name:               quiver-bytestring
version:            1.0.0
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
extra-source-files: README.md

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:      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.ByteString
  build-depends:
    base            >= 4.8 && < 5,
    bytestring      >= 0.10.6.0,
    quiver          >= 1.0.0