packages feed

github-post-receive-0.1.0.0: github-post-receive.cabal

name:                github-post-receive
version:             0.1.0.0
synopsis:            github web hooks server
description:         This is a server of github web hooks.
homepage:            http://github.com/amkkun/github-post-receive
license:             BSD3
license-file:        LICENSE
author:              Shohei Yasutake
maintainer:          Shohei Yasutake <amkkun@gmail.com>
copyright:           Copyright (C) 2013 Shohei Yasutake
category:            Web
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type: git
  location: git://github.com/amkkun/github-post-receive.git

executable github-post-receive
  hs-source-dirs:    src
  main-is:           main.hs
  build-depends:       base == 4.*
                     , aeson >= 0.6.1
                     , bytestring >= 0.10
                     , http-types >= 0.6
                     , process >= 1.0
                     , scotty >= 0.3
                     , transformers >= 0.2