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: 0d6eafec0c3ba6bb4c0150a39f4dbab784c7a519ec911d0f0344edd1c5d916da name: skat version: 0.1.0.1 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.Online Skat.AI.Rulebased Skat.AI.Server Skat.AI.Stupid Skat.Card Skat.Matches Skat.Operations Skat.Pile Skat.Player Skat.Player.Utils 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 , websockets default-language: Haskell2010 executable skat-exe main-is: Main.hs other-modules: Paths_skat hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , bytestring , case-insensitive , containers , deepseq , mtl , network , parallel , random , skat , split , text , 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 build-depends: aeson , base >=4.7 && <5 , bytestring , case-insensitive , containers , deepseq , mtl , network , parallel , random , skat , split , text , websockets default-language: Haskell2010