cabal-version: 1.12 name: hello-world version: 0.0.0.1 license: MIT build-type: Simple synopsis: example application description: an example application to test this repo's CI author: Thorn Avery maintainer: ta@p7.co.nz executable hello-world main-is: Main.hs hs-source-dirs: src build-depends: base , universe default-language: Haskell2010