keter/keter.cabal
Michael Snoyman 3c4ad2799f LogFile
2012-05-17 07:15:25 +03:00

54 lines
1.9 KiB
Plaintext

Name: keter
Version: 0.1
Synopsis: Yesod deployment manager
Description: Handles deployment of web apps, using Nginx as a reverse proxy to achieve zero downtime deployments.
Homepage: http://www.yesodweb.com/
License: MIT
License-file: LICENSE
Author: Michael Snoyman
Maintainer: michael@snoyman.com
Category: Web
Build-type: Simple
Cabal-version: >=1.8
Library
Build-depends: base >= 4 && < 5
, directory
, bytestring
, text
, containers
, transformers
, process
, random
, data-default
, filepath
, zlib
, tar
, network
, time
, blaze-builder >= 0.3 && < 0.4
, yaml >= 0.7 && < 0.8
, unix-compat >= 0.3 && < 0.4
, hinotify >= 0.3 && < 0.4
, system-filepath >= 0.4 && < 0.5
, system-fileio >= 0.3 && < 0.4
Exposed-Modules: Keter.Nginx
Keter.Process
Keter.Postgres
Keter.TempFolder
Keter.App
Keter.Main
Keter.Prelude
Keter.LogFile
ghc-options: -Wall -Werror
Executable keter
Main-is: ../keter.hs
hs-source-dirs: dist
Build-depends: base, keter
ghc-options: -threaded -Wall -Werror
source-repository head
type: git
location: https://github.com/snoyberg/keter