cabal-version: >=1.10 name: dual-game version: 0.1.0.1 x-revision: 9 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. Start the server with @dual \@ and the client with @dual \ \@ homepage: https://github.com/fgaz/dual license: MIT license-file: LICENSE author: Francesco Gazzetta maintainer: Francesco Gazzetta -- copyright: category: Game build-type: Simple extra-source-files: README.md, screenshot.png tested-with: GHC==8.0.2 GHC==8.2.2 GHC==8.4.4 GHC==8.6.5 GHC==8.8.4 GHC==8.10.4 GHC==9.0.1 GHC==9.2.2 GHC==9.8.2 source-repository head type: git location: https://github.com/fgaz/dual executable dual main-is: dual.hs -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.20, websockets >=0.11 && <0.14, cereal >=0.5 && <0.6, gloss >=1.9 && <1.14, bifunctors >=5.2 && <5.7, network >=2.6 && <3.3 -- hs-source-dirs: default-language: Haskell2010