hannah/hannah.cabal

30 lines
912 B
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:
-- other-extensions:
build-depends: base >=4.9 && <4.10
, bytestring
, containers
, mtl
, websockets
hs-source-dirs: src
default-language: Haskell2010