name: dual-game version: 0.1.0.1 x-revision: 8 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 cabal-version: >=1.10 executable dual main-is: dual.hs -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.17, websockets >=0.11 && <0.13 , cereal >=0.5 && <0.6, gloss >=1.9 && <1.14 , bifunctors >=5.2 && <5.6, network >=2.6 && <3.2 -- hs-source-dirs: default-language: Haskell2010