dual-game-0.1.0.0: dual-game.cabal
name: dual-game
version: 0.1.0.0
synopsis: Network multiplayer 2D shooting game
description: Network multiplayer 2D shooting game inspired from "dual"
for Andriod.
Start the server with `dual <port>`
and the client with `dual <server ip> <server port>`
homepage: https://github.com/fgaz/dual
license: MIT
license-file: LICENSE
author: Francesco Gazzetta
maintainer: francygazz@gmail.com
-- copyright:
category: Game
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable dual
main-is: dual.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.12 ,
websockets >=0.11 && <0.13 ,
cereal >=0.5 && <0.6,
gloss >=1.9 && <1.13 ,
bifunctors >=5.2 && <5.6,
network >=2.6 && <2.7
-- hs-source-dirs:
default-language: Haskell2010