-- 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.1 x-revision: 1 synopsis: Just size Operational Monad implementation. description: Operational Monad implementation. It is more small but adequately. 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