-- Initial more-monads.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: more-monads version: 0.1.0.0 synopsis: Extra tools for monads. -- description: homepage: https://sealgram.com/git/haskell/more-monads license: BSD3 license-file: LICENSE author: Marcos Dumay de Medeiros maintainer: marcos@marcosdumay.com -- copyright: category: Language build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Control.Monad.Extras -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 hs-source-dirs: src default-language: Haskell2010