|
- cabal-version: 1.12
-
- -- This file has been generated from package.yaml by hpack version 0.31.2.
- --
- -- see: https://github.com/sol/hpack
- --
- -- hash: f2e3dd604c5fb3558a0a89d7551927574fb21db0892d1c2d70d401dd30807071
-
- name: skat
- version: 0.1.0.7
- description: Please see the README on Gitea at <https://git.flavigny.de/christian/skat>
- homepage: https://github.com/githubuser/skat#readme
- bug-reports: https://github.com/githubuser/skat/issues
- author: flavis
- maintainer: christian@flavigny.de
- copyright: 2019
- license: BSD3
- license-file: LICENSE
- build-type: Simple
- extra-source-files:
- README.md
- ChangeLog.md
-
- source-repository head
- type: git
- location: https://github.com/githubuser/skat
-
- library
- exposed-modules:
- Skat
- Skat.AI.Human
- Skat.AI.Minmax
- Skat.AI.Online
- Skat.AI.Rulebased
- Skat.AI.Server
- Skat.AI.Stupid
- Skat.Bidding
- Skat.Card
- Skat.Matches
- Skat.Operations
- Skat.Pile
- Skat.Player
- Skat.Player.Utils
- Skat.Preperation
- Skat.Render
- Skat.Utils
- Skat.WebSocketServer
- other-modules:
- Paths_skat
- hs-source-dirs:
- src
- build-depends:
- aeson
- , base >=4.7 && <5
- , bytestring
- , case-insensitive
- , containers
- , deepseq
- , exceptions
- , mtl
- , network
- , parallel
- , random
- , split
- , text
- , transformers
- , vector
- , websockets
- default-language: Haskell2010
-
- executable skat-exe
- main-is: Main.hs
- other-modules:
- TestEnvs
- Paths_skat
- hs-source-dirs:
- app
- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2
- build-depends:
- aeson
- , base >=4.7 && <5
- , bytestring
- , case-insensitive
- , containers
- , deepseq
- , exceptions
- , mtl
- , network
- , parallel
- , random
- , skat
- , split
- , text
- , transformers
- , vector
- , websockets
- default-language: Haskell2010
-
- test-suite skat-test
- type: exitcode-stdio-1.0
- main-is: Spec.hs
- other-modules:
- Paths_skat
- hs-source-dirs:
- test
- ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2
- build-depends:
- aeson
- , base >=4.7 && <5
- , bytestring
- , case-insensitive
- , containers
- , deepseq
- , exceptions
- , mtl
- , network
- , parallel
- , random
- , skat
- , split
- , text
- , transformers
- , vector
- , websockets
- default-language: Haskell2010
|