-- Initial operational-class.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: operational-class version: 0.3.0.0 synopsis: MonadProgram typeclass for the operational package -- description: homepage: https://github.com/srijs/haskell-operational-class license: MIT license-file: LICENSE author: Sam Rijs maintainer: srijs@airpost.net -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Monad.Operational.Class -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5, transformers >=0.3, operational >=0.2 hs-source-dirs: src default-language: Haskell2010