-- 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 Data.Either.Extras -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns