protocol/hanafuda-protocol.cabal

31 lines
981 B
Plaintext

cabal-version: >=1.10
-- Initial package description 'hanafuda-protocol.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: hanafuda-protocol
version: 0.1.0.0
synopsis: The language spoken by the server and clients over the websocket.
-- description:
homepage: https://git.marvid.fr/hanafuda/protocol
-- 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 >= 0.3.3
, text
hs-source-dirs: src
default-language: Haskell2010