-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: fizzbuzz-as-a-service version: 0.1.0.0 synopsis: FizzBuzz as a service. description: FizzBuzz as a service. category: Network APIs homepage: https://github.com/chris-martin/haskell-libraries author: Chris Martin maintainer: Chris Martin license: Apache-2.0 license-file: license.txt build-type: Simple cabal-version: >= 1.10 executable fizzbuzz-server main-is: fizzbuzz-server.hs hs-source-dirs: app default-extensions: NoImplicitPrelude ghc-options: -Wall -threaded build-depends: async , base >= 4.9 && < 4.10 , bytestring , network-simple , optparse-applicative default-language: Haskell2010