hannah/hannah.cabal

36 lines
1.1 KiB
Plaintext

-- 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
-- other-extensions:
build-depends: aeson
, base >=4.9 && <4.13
, bytestring
, containers
, hanafuda
, hanafuda-APILanguage
, mtl
, text
, websockets
hs-source-dirs: src
default-language: Haskell2010