-- Initial hannah.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                hannah
version:             0.1.0.0
synopsis:            A bot to play koikoi
-- description:         
homepage:            https://git.marvid.fr/hanafuda
license:             BSD3
license-file:        LICENSE
author:              Tissevert
maintainer:          tissevert+devel@marvid.fr
-- copyright:           
category:            Game
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

executable hannah
  main-is:             Main.hs
  other-modules:       AI
                     , Automaton
                     , Config
                     , Session
  -- other-extensions:    
  build-depends:       aeson
                     , base >=4.9 && <4.13
                     , bytestring
                     , containers
                     , directory
                     , filepath
                     , hanafuda
                     , hanafuda-protocol
                     , mtl
                     , text
                     , websockets
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010