packages feed

mutable-iter-0.4: mutable-iter.cabal

Name:                mutable-iter
Version:             0.4
Synopsis:            iteratees based upon mutable buffers
Description:         Provides iteratees backed by mutable buffers.  This enables iteratees to run without any extra memory allocations.
Homepage:            http://tanimoto.us/~jwlato/haskell/mutable-iter
License:             BSD3
License-file:        LICENSE
Author:              John W. Lato
Maintainer:          jwlato@gmail.com
Copyright:           John W. Lato, 2010
Stability:           Experimental
Tested-with:         GHC == 6.12.3
Category:            Data
Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:  

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.2


Library
  hs-source-dirs:      src
  Exposed-modules:     Data.MutableIter
                      ,Data.MutableIter.Binary
                      ,Data.MutableIter.IOBuffer
  Build-depends:
    base                      >= 4         && < 6,
    iteratee                  >= 0.5       && < 0.7,
    MonadCatchIO-transformers >= 0.2       && < 0.3,
    transformers              >= 0.2       && < 0.3,
    vector                    >= 0.4       && < 0.9