-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstreamproc.cabal
26 lines (24 loc) · 1.21 KB
/
streamproc.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Name: streamproc
Version: 1.6.2
Copyright: (c) 2004-2013 Shawn Garbett and Peter Simons
License: BSD3
License-File: LICENSE
Author: Shawn Garbett <[email protected]>, Peter Simons <[email protected]>
Maintainer: Peter Simons <[email protected]>
Homepage: https://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.8
Build-Type: Simple
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4
Source-Repository head
Type: git
Location: https://github.com/peti/streamproc.git
Library
Build-Depends: base > 4.8 && < 5
Exposed-Modules: Control.Arrow.SP