hanzo.cabal 494 B

12345678910111213141516171819
  1. name: hanzo
  2. version: 0.1.0.0
  3. synopsis: Simple convenient wrappers for logic around @main@
  4. -- description:
  5. license: BSD3
  6. author: Getty Ritter <hanzo@infinitenegativeutility.com
  7. maintainer: Getty Ritter <hanzo@infinitenegativeutility.com>
  8. copyright: @2019 Getty Ritter
  9. -- category:
  10. build-type: Simple
  11. cabal-version: >=1.14
  12. library
  13. hs-source-dirs: src
  14. ghc-options: -Wall
  15. build-depends: base >=4.7 && <5
  16. , transformers
  17. default-language: Haskell2010
  18. exposed-modules: Hanzo