-- Initial open.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: monad-open version: 0.1.0.0 synopsis: Open recursion for when you need it description: Introduces a monad transformer and MTL-style class for open recursion. license: MIT license-file: LICENSE author: Jonathan Sterling maintainer: jon@jonmsterling.com -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/jonsterling/hs-monad-open.git library exposed-modules: Control.Monad.Open.Class Control.Monad.Trans.Open Control.Monad.Trans.Open.Example -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8, exceptions >=0.8, mtl >=2.2, transformers >=0.4 hs-source-dirs: src default-language: Haskell2010