Name: streamproc Version: 1.6.2 Copyright: (c) 2004-2013 Shawn Garbett and Peter Simons License: BSD3 License-File: LICENSE Author: Shawn Garbett , Peter Simons Maintainer: Peter Simons Homepage: http://github.com/peti/streamproc Category: Control Synopsis: Stream Processer Arrow Description: A continuation-based stream processor implemented as an Arrow. This version generalizes the SP type described in John Hughes \"Generalising Monads to Arrows\" to function as a wrapper for arbitrary monads. Cabal-Version: >= 1.6 Build-Type: Simple Tested-With: GHC >= 6.12.3 && <= 7.6.2 Source-Repository head Type: git Location: git://github.com/peti/streamproc.git Library Build-Depends: base >= 3 && < 5 Exposed-Modules: Control.Arrow.SP Ghc-Options: -Wall