hapistrano/hapistrano.cabal
2014-06-02 13:32:40 -05:00

30 lines
924 B
Plaintext

name: hapistrano
version: 0.1.0.0
synopsis: A deployment library for Haskell applications
description: Hapistrano makes it easy to reliably deploy Haskell
applications.
license: MIT
license-file: LICENSE
author: Justin Leitgeb
maintainer: justin@stackbuilders.com
copyright: 2014 Stack Builders Inc.
category: System
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
-- other-modules:
-- other-extensions:
exposed-modules: Hapistrano
build-depends: base >=4.6 && <4.7
, time
, old-locale
, process
, either
, transformers
, lens >= 4.1
hs-source-dirs: src
default-language: Haskell2010