name: battleplace version: 0.1.0.10 synopsis: Core definitions for BattlePlace.io service description: Core definitions for BattlePlace.io service license: MIT license-file: LICENSE author: Alexander Bich maintainer: Alexander Bich copyright: (c) 2017-2018 Alexander Bich category: Game stability: experimental build-type: Simple cabal-version: >=1.10 library exposed-modules: BattlePlace.Util BattlePlace.Rating BattlePlace.Skill.Glicko.Types BattlePlace.Token.Types BattlePlace.WebApi BattlePlace.WebApi.Auth BattlePlace.WebApi.Types BattlePlace.WebApi.Types.Util other-modules: build-depends: aeson , base >= 4.11 && < 5 , bytestring , cereal , data-default , hashable , memory , servant , swagger2 , template-haskell , text , vector ghc-options: -Wall default-language: Haskell2010