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: 9c412ae20820c69f342fb431118c3d2be6a5461e1b5a521d92c1546f163ee94a name: skat version: 0.1.0.7 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.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 , mtl , network , parallel , random , split , text , 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 , mtl , network , parallel , random , skat , split , text , 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 , mtl , network , parallel , random , skat , split , text , vector , websockets default-language: Haskell2010