more-monads.cabal 818 B

12345678910111213141516171819202122232425
  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: Control.Monad.Extras
  19. -- other-modules:
  20. -- other-extensions:
  21. build-depends: base >=4.7 && <4.8
  22. hs-source-dirs: src
  23. default-language: Haskell2010