hapistrano/hapistrano.cabal
2014-06-02 12:08:40 +02:00

33 lines
991 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.8
, time
, old-locale
, process
, either
, transformers
, lens >= 4.1
, filepath
, either
hs-source-dirs: src
default-language: Haskell2010