packages feed

Nomyx-0.3.2: Nomyx.cabal

name: Nomyx
version: 0.3.2
cabal-version: >=1.6
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! The original (paper) game: www.nomic.net
category: game
Homepage: www.nomyx.net
author: Corentin Dupont
data-files: static/css/nomyx.css 
            static/nomyx.js
            static/pictures/*.jpg
data-dir: data
extra-source-files: AUTHORS README TODO
 
executable Nomyx
    build-depends: Nomyx-Language ==0.3.2,
                   base <5,
                   Cabal -any,
                   DebugTraceHelpers -any,
                   MissingH -any,
                   MonadCatchIO-mtl -any,
                   QuickCheck -any,
                   Unixutils -any,
                   binary -any,
                   bytestring -any,
                   containers -any,
                   data-accessor-transformers -any,
                   data-lens -any,
                   data-lens-fd -any,
                   data-lens-template -any,
                   directory -any,
                   eprocess -any,
                   extensible-exceptions -any,
                   fb -any,
                   filepath -any,
                   hdaemonize -any,
                   hint -any,
                   hint-server -any,
                   hscolour -any,
                   hslogger -any,
                   ixset -any,
                   lenses -any,
                   mime-mail -any,
                   monad-loops -any,
                   mtl ==2.*,
                   mueval -any,
                   network -any,
                   process -any,
                   acid-state -any,
                   happstack-authenticate -any,
                   happstack-server ==7.*,
                   blaze-html ==0.5.*,
                   blaze-markup -any,
                   reform -any,
                   reform-blaze -any,
                   reform-happstack -any,
                   web-routes ==0.27.*,
                   web-routes-happstack ==0.23.*,
                   web-routes-regular ==0.19.*,
                   web-routes-th -any,
                   regular -any,
                   safe -any,
                   safecopy -any,
                   split -any,
                   stm -any,
                   syb -any,
                   template-haskell -any,
                   text -any,
                   time -any,
                   unix -any,
                   utf8-string -any,
                   old-locale -any
    main-is: Main.hs
    buildable: True
    extensions: CPP
    hs-source-dirs: src
    other-modules: Types Mail Test Multi Serialize Utils Interpret
                   Quotes Web.Common Web.Help Web.NewGame Web.Game Web.Login
                   Web.Settings Web.MainPage
    ghc-options: -W -threaded