packages feed

Cabal revisions of dual-game-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+name:                dual-game
+version:             0.1.0.0
+x-revision: 1
+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