12345678910111213141516171819 |
- name: hanzo
- version: 0.1.0.0
- synopsis: Simple convenient wrappers for logic around @main@
- -- description:
- license: BSD3
- author: Getty Ritter <hanzo@infinitenegativeutility.com
- maintainer: Getty Ritter <hanzo@infinitenegativeutility.com>
- copyright: @2019 Getty Ritter
- -- category:
- build-type: Simple
- cabal-version: >=1.14
- library
- hs-source-dirs: src
- ghc-options: -Wall
- build-depends: base >=4.7 && <5
- , transformers
- default-language: Haskell2010
- exposed-modules: Hanzo
|