name: Nomyx-Rules version: 0.1.0 cabal-version: >=1.6 --Warning: For using cabal sdist, this patch is needed in cabal: https://github.com/haskell/cabal/pull/1110 --To allow sdist to work with exported generated modules (Paths_Nomyx_Rules) build-type: Simple license: BSD3 license-file: LICENSE copyright: 2012 Corentin Dupont maintainer: Corentin Dupont stability: Experimental synopsis: Language to express rules for Nomic description: Provide a DSL to express rules for a Nomic game, with evaluation engine. See package Nomyx for a full game implementation. category: Language author: Corentin Dupont data-files: src/Language/Nomyx/Examples.hs src/Language/Nomyx/Evaluation.hs src/Language/Nomyx/Expression.hs src/Language/Nomyx/Rule.hs src/Language/Nomyx/Test.hs data-dir: "" extra-source-files: AUTHORS README library build-depends: base ==4.*, containers -any, ghc -any, hint-server -any, hslogger -any, mtl -any, old-locale -any, safe -any, stm -any, time -any, time-recurrence -any exposed-modules: Language.Nomyx.Examples Language.Nomyx.Evaluation Language.Nomyx.Expression Language.Nomyx.Rule Language.Nomyx.Test Paths_Nomyx_Rules exposed: True buildable: True hs-source-dirs: src other-modules: