-- 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.3 synopsis: A table tennis game tracking engine description: A table tennis game tracking engine. This is purely a facility for managing a game. license: MIT license-file: LICENSE author: Rory Stephenson maintainer: rorystephenson@gmail.com category: Game build-type: Simple cabal-version: >=1.10 library exposed-modules: Data.TableTennis -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 -- hs-source-dirs: default-language: Haskell2010