Cabal revisions of dual-game-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: dual-game-version: 0.1.0.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, screenshot.png-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.1 +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, screenshot.png +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.8 + -- hs-source-dirs: + default-language: Haskell2010
revision 2
name: dual-game version: 0.1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. main-is: dual.hs -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <4.12 , + build-depends: base >=4.8 && <4.13 , websockets >=0.11 && <0.13 , cereal >=0.5 && <0.6, - gloss >=1.9 && <1.13 , + gloss >=1.9 && <1.14 , bifunctors >=5.2 && <5.6, - network >=2.6 && <2.8 + network >=2.6 && <3.1 -- hs-source-dirs: default-language: Haskell2010
revision 3
name: dual-game version: 0.1.0.1 -x-revision: 2 +x-revision: 3 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. license: MIT license-file: LICENSE author: Francesco Gazzetta -maintainer: francygazz@gmail.com +maintainer: fgaz@fgaz.me -- copyright: category: Game build-type: Simple
revision 4
name: dual-game version: 0.1.0.1 -x-revision: 3 +x-revision: 4 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. license: MIT license-file: LICENSE author: Francesco Gazzetta -maintainer: fgaz@fgaz.me +maintainer: Francesco Gazzetta <fgaz@fgaz.me> -- copyright: category: Game build-type: Simple
revision 5
name: dual-game version: 0.1.0.1 -x-revision: 4 +x-revision: 5 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. cereal >=0.5 && <0.6, gloss >=1.9 && <1.14 , bifunctors >=5.2 && <5.6, - network >=2.6 && <3.1 + network >=2.6 && <3.2 -- hs-source-dirs: default-language: Haskell2010
revision 6
name: dual-game version: 0.1.0.1 -x-revision: 5 +x-revision: 6 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. main-is: dual.hs -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <4.13 , + build-depends: base >=4.8 && <4.14, websockets >=0.11 && <0.13 , cereal >=0.5 && <0.6, gloss >=1.9 && <1.14 ,
revision 7
name: dual-game version: 0.1.0.1 -x-revision: 6 +x-revision: 7 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. main-is: dual.hs -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <4.14, + build-depends: base >=4.8 && <4.15, websockets >=0.11 && <0.13 , cereal >=0.5 && <0.6, gloss >=1.9 && <1.14 ,
revision 8
name: dual-game version: 0.1.0.1 -x-revision: 7 +x-revision: 8 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. main-is: dual.hs -- other-modules: -- other-extensions: - build-depends: base >=4.8 && <4.15, + build-depends: base >=4.8 && <4.17, websockets >=0.11 && <0.13 , cereal >=0.5 && <0.6, gloss >=1.9 && <1.14 ,
revision 9
+cabal-version: >=1.10 name: dual-game version: 0.1.0.1 -x-revision: 8 +x-revision: 9 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. category: Game build-type: Simple extra-source-files: README.md, screenshot.png -cabal-version: >=1.10 +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.8 && <4.17, - websockets >=0.11 && <0.13 , + 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.6, - network >=2.6 && <3.2 + gloss >=1.9 && <1.14, + bifunctors >=5.2 && <5.7, + network >=2.6 && <3.3 -- hs-source-dirs: default-language: Haskell2010
revision 10
cabal-version: >=1.10 name: dual-game version: 0.1.0.1 -x-revision: 9 +x-revision: 10 synopsis: Network multiplayer 2D shooting game description: Network multiplayer 2D shooting game inspired from "dual" for Andriod. GHC==9.0.1 GHC==9.2.2 GHC==9.8.2 + GHC==9.10.2 + GHC==9.12.2 source-repository head type: git main-is: dual.hs -- other-modules: -- other-extensions: - build-depends: base >=4.9 && <4.20, + build-depends: base >=4.9 && <4.22, websockets >=0.11 && <0.14, cereal >=0.5 && <0.6, gloss >=1.9 && <1.14,