hanzo.cabal 391 B

123456789101112131415161718
  1. name: hanzo
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description:
  5. license: BSD3
  6. author: Getty Ritter <gettylefou@gmail.com>
  7. maintainer: Getty Ritter <gettylefou@gmail.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. default-language: Haskell2010
  17. exposed-modules: Hanzo