-- Initial fizzbuzz.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: fizzbuzz version: 0.1.0.0 synopsis: test description: fizzbuzz game. license: BSD3 license-file: LICENSE author: paperlefthand maintainer: paperlefthand -- copyright: category: Game build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Game.FizzBuzz -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10 hs-source-dirs: src default-language: Haskell2010