gdritter repos hanzo / master examples / hanzo-examples.cabal
master

Tree @master (Download .tar.gz)

hanzo-examples.cabal @masterraw · history · blame

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