File: arrows.cabal

package info (click to toggle)
haskell-arrows 0.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 152 kB
  • ctags: 3
  • sloc: haskell: 664; makefile: 60; sh: 22
file content (28 lines) | stat: -rw-r--r-- 887 bytes parent folder | download
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
27
28
Name:		arrows
Version:	0.2
Build-Depends:	base >= 2.0
License:	BSD3
license-file:	LICENSE
Author:		Ross Paterson <ross@soi.city.ac.uk>
Maintainer:	Ross Paterson <ross@soi.city.ac.uk>
Homepage:	http://www.haskell.org/arrows/
Synopsis:	Arrow classes and transformers
Description:
	Several classes that extend the Arrow class, and some transformers
	that implement or lift these classes.
Exposed-Modules:
	Control.Arrow.Operations,
	Control.Arrow.Transformer.Automaton,
	Control.Arrow.Transformer.CoState,
	Control.Arrow.Transformer.Error,
	Control.Arrow.Transformer.State,
	Control.Arrow.Transformer.Static,
	Control.Arrow.Transformer.Stream,
	Control.Arrow.Transformer.Writer,
	Control.Arrow.Transformer.Reader,
	Control.Arrow.Transformer.All,
	Control.Arrow.Transformer,
	Data.Stream
Other-Modules:
        Control.Arrow.Internals
Extensions: MultiParamTypeClasses, UndecidableInstances