packages feed

hannahci-0.1.4.2: hannahci.cabal

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

name:                hannahci
version:             0.1.4.2
synopsis:            Simple Continuous Integration/Deployment System
-- description:         
license:             AGPL-3
license-file:        LICENSE
author:              Philip Woods
maintainer:          elzairthesorcerer@gmail.com
-- copyright:           
category:            Development
build-type:          Custom
data-files:          hannahci.conf,
                     hannahci.service,
                     setup-local.sh,
                     setup-remote.sh
data-dir:            init
-- extra-source-files:  
cabal-version:       >=1.10

executable hannahci
  main-is:             HannahCI.hs
  other-modules:       Control.HannahCI.Handler,
                       Data.Info,
                       System.Posix.Console.Command,
                       System.Posix.IO.Log,
                       Text.JSON.WebHooks.Bitbucket,
                       Text.YAML.Config
  -- other-extensions:    
  build-depends:       aeson                 >= 0.6,
                       base                  >=4.7 && <4.8,
                       bytestring            >= 0.10,
                       directory             >= 1.2,
                       formatting            >= 6.1,
                       http-types            >= 0.8,
                       lens                  >= 3.8,
                       lens-aeson            >= 1.0,
                       process               >= 1.2,
                       scotty                >= 0.9,
                       text                  >= 0.11,
                       transformers          >= 0.3,
                       wai-extra             >= 3.0,
                       wai-middleware-static >= 0.6,
                       unix-time             >= 0.3,
                       yaml                  >= 0.8
  default-language:    Haskell2010