name: halma-telegram-bot
version: 0.1.0.0
synopsis: Telegram bot for playing Halma
description: Play Halma (aka Chinese Checkers) in Telegram against your friends or an AI
homepage: https://github.com/timjb/halma
license: MIT
license-file: LICENSE
author: Tim Baumann
maintainer: tim@timbaumann.info
copyright: 2016-2017 Tim Baumann
category: Game
build-type: Simple
cabal-version: >= 1.22
source-repository head
type: git
location: https://github.com/timjb/halma.git
Executable halma-telegram-bot
Ghc-options: -threaded -Wall
default-language: Haskell2010
Hs-source-dirs: src
main-is: Main.hs
other-modules:
Game.Halma.TelegramBot.CmdLineOptions
Game.Halma.TelegramBot.Controller
Game.Halma.TelegramBot.Controller.BotM
Game.Halma.TelegramBot.Controller.Helpers
Game.Halma.TelegramBot.Controller.SlashCmd
Game.Halma.TelegramBot.Controller.Types
Game.Halma.TelegramBot.Model
Game.Halma.TelegramBot.Model.MoveCmd
Game.Halma.TelegramBot.Model.Types
Game.Halma.TelegramBot.View
Game.Halma.TelegramBot.View.DrawBoard
Game.Halma.TelegramBot.View.I18n
Game.Halma.TelegramBot.View.Pretty
build-depends:
halma >= 0.3.0.0 && < 0.4,
base >= 4.6 && < 5,
telegram-api >= 0.6.1.0 && < 0.7,
text,
transformers,
servant-client,
http-client,
http-client-tls,
data-default,
megaparsec,
mtl,
exceptions,
temporary,
diagrams-lib,
diagrams-cairo,
directory,
semigroups,
containers,
aeson,
aeson-pretty,
optparse-applicative,
filepath,
bytestring,
vector