-- Initial table-tennis.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: table-tennis version: 0.1.0.0 synopsis: A table tennis game tracking engine -- description: license: MIT license-file: LICENSE author: Rory Stephenson maintainer: rorystephenson@gmail.com -- copyright: category: Game build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: TableTennis -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 -- hs-source-dirs: default-language: Haskell2010