packages feed

court-0.1.0.0: court.cabal

-- Initial court.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                court
version:             0.1.0.0
synopsis:            Simple and flexible CI system
description:         Simple and flexible CI system.
license:             BSD3
license-file:        LICENSE
author:              Thomas Feron
maintainer:          tho.feron@gmail.com
copyright:           Copyright (c) 2014, Thomas Feron
category:            Development
build-type:          Simple
cabal-version:       >=1.10
bug-reports:         http://hub.darcs.net/thoferon/court/issues
homepage:            http://hub.darcs.net/thoferon/court

data-files:          share/index.html
                   , share/main.js
                   , share/plugin-map
                   , share/court/build

executable court
  main-is:           Main.hs
  hs-source-dirs:    src
  default-language:  Haskell2010
  ghc-options:       -threaded -Wall
  other-modules:     Court.Builder
                   , Court.Job
                   , Court.Options
                   , Court.Plugin
                   , Court.PluginManager
                   , Court.Queue
                   , Court.Result
                   , Court.Utils
  build-depends:     base >=4.6 && <4.7
                   , optparse-applicative ==0.9.*
                   , stm ==2.4.*
                   , process ==1.2.*
                   , filepath ==1.3.*
                   , directory ==1.2.*
                   , time ==1.4.*
                   , old-locale ==1.*
                   , bytestring ==0.10.*
                   , text ==1.1.*
                   , aeson ==0.7.*
                   , unix ==2.7.*

executable court-darcs-plugin
  main-is:           Darcs.hs
  hs-source-dirs:    plugins
  default-language:  Haskell2010
  ghc-options:       -Wall
  build-depends:     base >=4.6 && <4.7
                   , filepath ==1.3.*
                   , directory ==1.2.*
                   , process ==1.2.*

source-repository head
  type:              darcs
  location:          http://hub.darcs.net/thoferon/court
  tag:               0.1.0.0