packages feed

pipes-vector-0.3.0.0: pipes-vector.cabal

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

library
  exposed-modules:     Control.Proxy.Vector
  build-depends:       base >=3.0 && <5,
                       transformers >= 0.3 && < 1.0,
                       primitive >=0.4 && <1.0,
                       pipes >=3.3 && <3.4,
                       vector >=0.9 && <1.0
  default-language:    Haskell2010