nomyx-server-1.0.0: nomyx-server.cabal
name: nomyx-server
version: 1.0.0
cabal-version: >=1.8
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: corentin.dupont@gmail.com
synopsis: A Nomic game in haskell
description: A Nomic game in Haskell, with a dedicated language to create new rules.
.
Nomyx is a fabulous and strange game where you have the right to change the rules in the middle of the game!
Indeed, changing the rules is the goal of the game. Changing a rule is considered as a move. Of course even that could be changed!
category: game
Homepage: http://www.nomyx.net
author: Corentin Dupont
extra-source-files: AUTHORS README.md TODO Changelog
executable nomyx-server
build-depends: nomyx-core == 1.0.*,
nomyx-language == 1.0.*,
nomyx-web == 1.0.*,
nomyx-library == 1.0.*,
nomyx-api == 0.1.*,
imprevu == 0.1.*,
base >= 4.6 && <5,
directory == 1.2.*,
exceptions >= 0.6 && < 0.9,
filepath >= 1.3 && < 1.5,
mtl >= 2.1 && < 2.3,
network >= 2.4 && < 2.7,
safe == 0.3.*,
stm == 2.4.*,
time >= 1.4 && < 1.7,
lens >= 4.7 && < 4.15,
hslogger
main-is: Main.hs
buildable: True
extensions: CPP
hs-source-dirs: src
other-modules: Main
ghc-options: -W -threaded
Test-Suite test
type: detailed-0.9
test-module: Test
hs-source-dirs: test
build-depends: base,
nomyx-server == 1.0.0,
Cabal >= 0.22
source-repository head
type: git
location: https://github.com/cdupont/nomyx-server.git