hannah/hannah.cabal

31 lines
948 B
Plaintext
Raw Normal View History

-- 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
2018-11-19 23:26:32 +01:00
other-modules: Automaton
, Config
-- other-extensions:
2018-11-19 23:27:17 +01:00
build-depends: base >=4.9 && <4.12
, bytestring
, containers
, mtl
, websockets
hs-source-dirs: src
default-language: Haskell2010