yam-job-0.1.0.0: yam-job.cabal
name: yam-job
version: 0.1.0.0
description: Job Module for Yam
homepage: https://github.com/leptonyu/yam-job#readme
license: BSD3
license-file: LICENSE
author: Daniel YU
maintainer: i@icymint.me
copyright: Copyright: (c) 2017 Daniel YU
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Yam.Job
build-depends: base >= 4.7 && < 5
, yam-app
, cron
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/leptonyu/yam-job