-- Initial resumption_monads.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: monad-resumption version: 0.1.1.3 synopsis: Resumption and reactive resumption monads for Haskell. description: This package contains the definitions of Resumption and Reactive Resumption Monads. homepage: https://github.com/igraves/resumption_monads license: BSD3 license-file: LICENSE author: Ian Graves, Adam Procter maintainer: Ian Graves -- copyright: category: Control build-type: Simple extra-source-files: README.md cabal-version: >=1.10 source-repository head type: git location: https://github.com/igraves/monad-resumption.git library exposed-modules: Control.Monad.Resumption Control.Monad.Resumption.Reactive Control.Monad.Resumption.Connectors -- other-modules: -- other-extensions: build-depends: base >=4.6 && <= 4.8, transformers, mtl -- hs-source-dirs: default-language: Haskell2010