cabal-version: >=1.10 -- Initial package description 'APILanguage.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: 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-modules: Hanafuda.Key -- other-extensions: build-depends: aeson , base >=4.12 && <4.13 , containers , hanafuda , text hs-source-dirs: src default-language: Haskell2010