name: monad-skeleton
version: 0.1.3
synopsis: Monads of program skeleta
description: Fast operational monad library
homepage: https://github.com/fumieval/monad-skeleton
bug-reports: http://github.com/fumieval/monad-skeleton/issues
license: BSD3
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright: Copyright (c) 2017 Fumiaki Kinoshita
category: Control, Monads
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/fumieval/monad-skeleton.git
library
exposed-modules: Control.Monad.Skeleton
, Control.Monad.Skeleton.Internal
, Control.Monad.Zombie
build-depends: base == 4.*
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010