name: battleplace-api version: 0.1.0.2 synopsis: Public API definitions of BattlePlace.io service description: Public API definitions of 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.Api other-modules: build-depends: base >= 4.5 && < 5 , battleplace , servant , servant-client >= 0.13 ghc-options: -Wall -Wno-tabs default-language: Haskell2010