File: arrows.cabal

package info (click to toggle)
haskell-arrows 0.4.4.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: haskell: 917; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download | duplicates (4)
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
29
30
31
32
33
34
35
36
37
Name:           arrows
Version:        0.4.4.2
Build-Type:     Simple
License:        BSD3
License-file:   LICENSE
Author:         Ross Paterson <R.Paterson@city.ac.uk>
Maintainer:     Ross Paterson <R.Paterson@city.ac.uk>
Bug-Reports:    http://hub.darcs.net/ross/arrows/issues
Homepage:       http://www.haskell.org/arrows/
Category:       Control
Synopsis:       Arrow classes and transformers
Description:    Several classes that extend the Arrow class, and some
                transformers that implement or lift these classes.
Cabal-Version:  >= 1.6

library
  Build-Depends:  base >= 4.0 && < 6, Stream
  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
  Other-Modules:
    Control.Arrow.Internals
  Extensions:
    MultiParamTypeClasses, FunctionalDependencies, UndecidableInstances

source-repository head
  type: darcs
  location: http://hub.darcs.net/ross/arrows