30 lines
972 B
Text
30 lines
972 B
Text
cabal-version: >=1.10
|
|
-- Initial package description 'APILanguage.cabal' generated by 'cabal
|
|
-- init'. For further documentation, see
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
name: hanafuda-APILanguage
|
|
version: 0.1.0.0
|
|
synopsis: The language spoken by the server and clients over the websocket.
|
|
-- description:
|
|
homepage: https://git.marvid.fr/hanafuda/APILanguage
|
|
-- bug-reports:
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Tissevert
|
|
maintainer: tissevert+devel@marvid.fr
|
|
-- copyright:
|
|
category: Game
|
|
build-type: Simple
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
library
|
|
exposed-modules: Hanafuda.Message
|
|
-- other-extensions:
|
|
build-depends: aeson
|
|
, base >=4.9 && <4.13
|
|
, containers
|
|
, hanafuda
|
|
, text
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|