hapistrano/hapistrano.cabal
Justin Leitgeb 187ce722ea First
2014-05-29 13:51:17 -05:00

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