1234567891011121314151617181920212223242526272829 |
- name: hanzo-examples
- version: 0.1.0.0
- -- synopsis:
- -- 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
- executable hanzo-io-unit
- main-is: IOUnit.hs
- ghc-options: -Wall
- build-depends: base >=4.7 && <5, hanzo
- default-language: Haskell2010
- executable hanzo-io-exitcode
- main-is: IOUnit.hs
- ghc-options: -Wall
- build-depends: base >=4.7 && <5, hanzo
- default-language: Haskell2010
- executable hanzo-withargs
- main-is: WithArgs.hs
- ghc-options: -Wall
- build-depends: base >=4.7 && <5, hanzo
- default-language: Haskell2010
|