name: hanzo-examples version: 0.1.0.0 -- synopsis: -- description: license: BSD3 author: Getty Ritter 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