name: allocated-processor
version: 0.0.1
license: BSD3
maintainer: Noam Lewis <jones.noamle@gmail.com>
bug-reports: mailto:jones.noamle@gmail.com
category: Control
synopsis: Functional combinators for monadic actions that require allocation and de-allocation
description:
See module docs for more information, and "cv-combinators" package for example usage.
build-type: Simple
cabal-version: >= 1.2
Tested-With: GHC == 6.10.4
library
exposed-modules: Control.Processor
Foreign.ForeignPtrWrap
hs-Source-Dirs: src
build-depends: base >= 3 && < 5
ghc-options: -Wall
-- source-repository head
-- type: git
-- location: git://github.com/sinelaw/allocated-processor.git