artery-0.1: artery.cabal
name: artery
version: 0.1
synopsis: A simple, arrow-based reactive programming
description: This package only provides Artery type and associated operations.
homepage: https://github.com/fumieval/artery
license: BSD3
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright: Copyright (C) 2013 Fumiaki Kinoshita
category: Control, FRP
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Control.Artery
-- other-modules:
other-extensions: Rank2Types
build-depends: base == 4.*, containers, profunctors >= 3.0 && < 5, transformers == 0.3.*
-- hs-source-dirs:
default-language: Haskell2010