packages feed

pipes-vector-0.6.2: pipes-vector.cabal

name:                pipes-vector
version:             0.6.2
synopsis:            Various proxies for streaming data into vectors
description:         Proxies for streaming data into vectors.        
license:             BSD3
license-file:        LICENSE
author:              Ben Gamari
maintainer:          Ben Gamari <bgamari.foss@gmail.com>
copyright:           (c) 2015 Ben Gamari
category:            Control
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Pipes.Vector
  build-depends:       base >=3.0 && <5,
                       transformers >= 0.2 && < 1.0,
                       primitive >=0.6 && <0.7,
                       pipes >=4.0 && <5.0,
                       vector >=0.9 && <1.0,
                       monad-primitive >= 0.1 && < 0.2
  default-language:    Haskell2010
  other-extensions:    RankNTypes, FlexibleContexts, GeneralizedNewtypeDeriving, TypeFamilies

source-repository head
  type:                git
  location:            https://github.com/bgamari/pipes-vector