-- Initial reasonable-operational.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: reasonable-operational version: 0.1.0.0 synopsis: library for takahashi method. description: create slide as takahashi method. homepage: https://github.com/tokiwoousaka/reasonable-operational license: MIT license-file: LICENSE author: tokiwoousaka maintainer: tokiwoousaka category: Control build-type: Simple cabal-version: >=1.8 library exposed-modules: Control.Monad.Operational build-depends: base ==4.6.* && <5 hs-source-dirs: src