arrow-improve-0.1.0.0: arrow-improve.cabal
name: arrow-improve
version: 0.1.0.0
synopsis: Improved arrows.
description:
Optimisations to arrows.
homepage: https://github.com/prophile/arrow-improve/
license: MIT
license-file: LICENSE
author: Alistair Lynn
maintainer: arplynn@gmail.com
copyright: © Alistair Lynn, 2014
category: Control
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Control.Arrow.Improve
build-depends:
base >=4.6 && <4.7,
arrows >= 0.4.4 && <0.5,
profunctors >= 3.2 && <5,
pointed <5,
semigroupoids == 4.*
default-language: Haskell2010