mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-28 08:57:00 +03:00
26 lines
711 B
Plaintext
26 lines
711 B
Plaintext
name: hapistrano
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Justin Leitgeb
|
|
maintainer: justin@stackbuilders.com
|
|
-- copyright:
|
|
category: System
|
|
build-type: Simple
|
|
-- extra-source-files:
|
|
cabal-version: >=1.10
|
|
|
|
executable hap
|
|
main-is: Main.hs
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.6 && <4.7
|
|
, time
|
|
, old-locale
|
|
, process
|
|
, either
|
|
, transformers
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010 |