packages feed

nomyx-library-1.0.0: nomyx-library.cabal

name: nomyx-library
version: 1.0.0
cabal-version: >=1.8
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2012 Corentin Dupont
maintainer: Corentin Dupont
stability: Experimental
synopsis: Library of rules for Nomyx
description: Many example of rules ready to be played
category: Language
Homepage: http://www.nomyx.net
author: Corentin Dupont
--data-files: static/pictures/*.png
data-files: Nomyx/Library/Examples.hs
            Nomyx/Library/Democracy.hs
            Nomyx/Library/Monarchy.hs
            Nomyx/Library/PlayerManagement.hs
            Nomyx/Library/Victory.hs
            Nomyx/Library/Vote.hs
            Nomyx/Library/Elections.hs
            Nomyx/Library/Bank.hs
            templates.yaml
data-dir: src
extra-source-files: AUTHORS README.md

library
    build-depends: nomyx-language     == 1.0.*,
                   base               >= 4.6 && < 5,
                   containers         == 0.5.*,
                   ghc                >= 7.6 && < 8.1,
                   lens               >= 4.7 && < 4.15,
                   mtl                >= 2.1 && < 2.3,
                   old-locale         == 1.0.*,
                   safe               == 0.3.*,
                   shortcut           == 0.1.*,
                   time               >= 1.4 && < 1.7,
                   time-recurrence    == 0.9.*
    exposed-modules: Nomyx.Library.Examples
                     Nomyx.Library.Democracy
                     Nomyx.Library.Monarchy
                     Nomyx.Library.PlayerManagement
                     Nomyx.Library.Victory
                     Nomyx.Library.Vote
                     Nomyx.Library.Elections
                     Nomyx.Library.Bank
                     Paths_nomyx_library
    exposed: True
    buildable: True
    hs-source-dirs: src
    ghc-options: -W

source-repository head
  type:              git
  location:          https://github.com/cdupont/Nomyx.git