Cabal revisions of arrow-list-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: arrow-list-Version: 0.1.0-Synopsis: List arrows for Haskell.-Description: This small Haskell library provides some type class, types- and functions to work with list arrows. List arrows represent- computations that may return multiple outputs. Making- functions that return lists an instance of both the- `Category` and `Arrow` type class allow you to easily compose- multiple computations into one with standard building blocks.--Category: Control-License: BSD3-License-file: LICENSE-Author: Sebastiaan Visser-Maintainer: haskell@fvisser.nl-Build-Type: Simple-Cabal-Version: >= 1.6--Library- GHC-Options: -Wall- HS-Source-Dirs: src-- Build-Depends: base ==4.*,- mtl ==2.0.*-- Exposed-modules: Control.Arrow.ArrowKleisli- Control.Arrow.ArrowList- Control.Arrow.List-+Name: arrow-list +Version: 0.1.0 +x-revision: 1 +Synopsis: List arrows for Haskell. +Description: This small Haskell library provides some type class, types + and functions to work with list arrows. List arrows represent + computations that may return multiple outputs. Making + functions that return lists an instance of both the + `Category` and `Arrow` type class allow you to easily compose + multiple computations into one with standard building blocks. + +Category: Control +License: BSD3 +License-file: LICENSE +Author: Sebastiaan Visser +Maintainer: haskell@fvisser.nl +Build-Type: Simple +Cabal-Version: >= 1.6 + +Library + GHC-Options: -Wall + HS-Source-Dirs: src + + Build-Depends: base >= 4 && < 4.6, + mtl ==2.0.* + + Exposed-modules: Control.Arrow.ArrowKleisli + Control.Arrow.ArrowList + Control.Arrow.List +