hapistrano/hapistrano.cabal

50 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-05-21 03:28:58 +04:00
name: hapistrano
2014-08-16 01:21:39 +04:00
version: 0.1.0.2
synopsis: A deployment library for Haskell applications
description: Hapistrano makes it easy to reliably deploy Haskell
applications.
2014-05-21 03:28:58 +04:00
license: MIT
license-file: LICENSE
author: Justin Leitgeb
maintainer: justin@stackbuilders.com
copyright: 2014 Stack Builders Inc.
2014-05-21 03:28:58 +04:00
category: System
build-type: Simple
cabal-version: >=1.10
2014-06-04 01:15:39 +04:00
executable hap
main-is: Main.hs
hs-source-dirs: src
2015-03-09 23:10:06 +03:00
build-depends: base >=4.5 && <4.8
2014-06-04 01:15:39 +04:00
, time
, old-locale
, process
, either
, transformers
, lens >= 4.1
, filepath
, either
, base-compat
2014-06-04 15:29:37 +04:00
default-language: Haskell2010
2014-06-04 01:15:39 +04:00
library
exposed-modules: Hapistrano
2015-03-09 23:10:06 +03:00
build-depends: base >=4.5 && <4.8
2014-05-21 03:28:58 +04:00
, time
, old-locale
, process
, either
, transformers
, lens >= 4.1
, filepath
, either
, base-compat
2014-05-21 03:28:58 +04:00
hs-source-dirs: src
default-language: Haskell2010
2014-06-04 15:40:08 +04:00
source-repository head
type: git
location: https://github.com/stackbuilders/hapistrano