cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack -- -- hash: ad886ff4da12419d3067287c82ddcc50c9a54d9d56bd4d4d640929eac6c0bbc5 name: skat version: 0.1.0.8 description: Please see the README on Gitea at 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.Markov 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