packages feed

ddc-war-0.2.1.1: ddc-war.cabal

Name:           ddc-war
Version:        0.2.1.1
License:        MIT
License-file:   LICENSE
Author:         The Disciplined Disciple Compiler Strike Force
Maintainer:     Ben Lippmeier <benl@ouroborus.net>
Build-Type:     Simple
Cabal-Version:  >=1.6
Stability:      experimental
Category:       Compilers/Interpreters
Homepage:       http://disciple.ouroborus.net
Bug-reports:    disciple@ouroborus.net
Synopsis:       Disciplined Disciple Compiler test driver and buildbot.
Description:    Disciplined Disciple Compiler test driver and buildbot.

Executable ddc-war
  Build-depends:
        base            == 4.5.*,
        containers      == 0.4.*,
        stm             == 2.2.*,
        directory       == 1.1.*,
        buildbox        == 2.1.*,
        random          == 1.0.*,
        process         == 1.1.*,
        filepath        == 1.3.*

  Main-is:
        Main.hs
  
  Other-modules:
        DDC.War.Create.CreateDCE
        DDC.War.Create.CreateDCX
        DDC.War.Create.CreateMainDS
        DDC.War.Create.CreateMainHS
        DDC.War.Create.CreateMainSH
        DDC.War.Create.CreateTestDS
        DDC.War.Create.Way
        DDC.War.Driver.Base
        DDC.War.Driver.Chain
        DDC.War.Driver.Gang
        DDC.War.Interface.Controller
        DDC.War.Interface.VT100
        DDC.War.Job.CompileDCE
        DDC.War.Job.CompileDS
        DDC.War.Job.CompileHS
        DDC.War.Job.Diff
        DDC.War.Job.RunDCX
        DDC.War.Job.RunExe
        DDC.War.Job.Shell
        DDC.War.Task.Nightly
        DDC.War.Task.Test
        DDC.War.Config
        DDC.War.Create
        DDC.War.Driver
        DDC.War.Job
        DDC.War.Option

  Extensions:
        PatternGuards
        ExistentialQuantification
        MultiParamTypeClasses
        FunctionalDependencies
        ScopedTypeVariables

  ghc-options:
        -Wall -O2
        -fno-warn-unused-do-bind
        -threaded