Name: mutable-iter
Version: 0.6
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://jwlato.webfactional.com/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
ghc-options: -funfolding-use-threshold=64
Build-depends:
base >= 4 && < 6,
iteratee >= 0.5 && < 0.9,
MonadCatchIO-transformers >= 0.2 && < 0.3,
transformers >= 0.2 && < 0.3,
vector >= 0.4 && < 0.9