name:                client
version:             0.1.0.0
synopsis:            Checks build-tools are put in PATH
license:             BSD3
category:            Testing
build-type:          Simple
cabal-version:       >=1.10

executable             hello-world
  main-is:             Hello.hs
  build-depends:       base
  build-tools:         happy
  default-language:    Haskell2010