karakuri-0.1: karakuri.cabal
name: karakuri
version: 0.1
synopsis: Good stateful automata
-- description:
homepage: https://github.com/fumieval/karakuri
license: BSD3
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: fumiexcel@gmail.com
copyright: Copyright (C) 2013 Fumiaki Kinoshita
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.Karakuri
-- other-modules:
other-extensions: ExistentialQuantification, Rank2Types
build-depends: base == 4.*, transformers >=0.3 && <0.4, comonad == 3.*
-- hs-source-dirs:
default-language: Haskell2010