name: elo version: 0.1.0 synopsis: Elo Rating Library description: Please see README.md homepage: http://github.com/mfine/elo license: BSD3 license-file: LICENSE author: Mark Fine maintainer: mark.fine@gmail.com copyright: 2015 Mark Fine category: Web build-type: Simple cabal-version: >= 1.10 library hs-source-dirs: src exposed-modules: Statistics.Elo build-depends: base >= 4.7 && < 5 ghc-options: -Wall default-language: Haskell2010 test-suite elo-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs build-depends: base , elo , tasty ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/mfine/elo