pipes-vector-0.5.3: pipes-vector.cabal
name: pipes-vector
version: 0.5.3
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:
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.4 && <1.0,
pipes >=4.0 && <5.0,
vector >=0.9 && <1.0,
monad-primitive >= 0.1 && < 1.0
default-language: Haskell2010
other-extensions: RankNTypes, FlexibleContexts, GeneralizedNewtypeDeriving, TypeFamilies
source-repository head
type: git
location: https://github.com/bgamari/pipes-vector