AFSM-0.1.1.0: AFSM.cabal
name: AFSM
version: 0.1.1.0
synopsis: Arrowized functional state machines
description: Arrowized functional state machines.
This module is inspired by Yampa and the paper
/Functional Reactive Programming, Continued*/ written by
Henrik Nilsson, Antony Courtney and John Peterson.
homepage: https://github.com/PseudoPower/AFSM
license: MIT
license-file: LICENSE
author: Hanzhong Xu, Meng Meng
maintainer: hanzh.xu@gmail.com
-- copyright:
category: FRP
build-type: Simple
extra-source-files:
examples/RPN.hs
cabal-version: >=1.10
library
exposed-modules: Control.AFSM
-- other-modules:
other-extensions: Arrows, GADTs
build-depends: base >=4.7 && <4.8
-- ghc-options:
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: git@github.com:PseudoPower/AFSM.git