more-monads.cabal 915 B

12345678910111213141516171819202122232425262728
  1. -- Initial more-monads.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: more-monads
  4. version: 0.1.0.0
  5. synopsis: Extra tools for monads.
  6. -- description:
  7. homepage: https://sealgram.com/git/haskell/more-monads
  8. license: BSD3
  9. license-file: LICENSE
  10. author: Marcos Dumay de Medeiros
  11. maintainer: marcos@marcosdumay.com
  12. -- copyright:
  13. category: Language
  14. build-type: Simple
  15. -- extra-source-files:
  16. cabal-version: >=1.10
  17. library
  18. exposed-modules:
  19. Control.Monad.Extras
  20. Data.Either.Extras
  21. -- other-modules:
  22. -- other-extensions:
  23. build-depends: base >=4.8 && <4.9
  24. hs-source-dirs: src
  25. default-language: Haskell2010
  26. ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns