name: fizz-buzz version: 0.1.0.3 cabal-version: >=1.8 build-type: Simple license: BSD3 license-file: LICENSE maintainer: hawk.alan@gmail.com synopsis: Functional Fizz/Buzz description: Convert Numbers to their respective Fizz and or Buzz representations. category: Math author: Alan Hawkins source-repository head type: git location: http://github.com/xpika/fizz-buzz.git library exposed-modules: Math.FizzBuzz build-depends: base < 10000