machinecell-1.0.0: machinecell.cabal
-- Initial machinecell.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: machinecell
version: 1.0.0
synopsis: Arrow based stream transducers
description: Stream processing library similar to pipe, couduit, machines. With support of arrow combinatins, or the arrow notation. AFRP-like utilities are also available.
license: BSD3
license-file: LICENSE
author: Hidenori Azuma
maintainer: Hidenori Azuma <as.capabl@gmail.com>
copyright: Copyright (c) 2014 Hidenori Azuma
category: Control
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Control.Arrow.Machine, Control.Arrow.Machine.Event, Control.Arrow.Machine.Plan, Control.Arrow.Machine.Types, Control.Arrow.Machine.Utils, Control.Arrow.Machine.Running, Control.Arrow.Machine.ArrowUtil
-- other-modules:
other-extensions: FlexibleInstances, Arrows, RankNTypes, TypeSynonymInstances, MultiParamTypeClasses, GADTs, FlexibleContexts, NoMonomorphismRestriction, RecursiveDo
build-depends: base >=4.0 && < 5.0, mtl >=2.0, haddock >= 0.6, free >=4.0 && <= 4.7.1, profunctors >=4.0
hs-source-dirs: src
default-language: Haskell2010
Test-suite spec
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
main-is: spec.hs
other-modules: RandomProc
Build-depends: base >=4.0, mtl >=2.0, profunctors >=4.0, QuickCheck >=2.0, hspec >=1.0, machinecell
source-repository head
type: git
location: https://github.com/as-capabl/machinecell.git
branch: master
source-repository this
type: git
location: https://github.com/as-capabl/machinecell.git
tag: release-1.0.0-1