forked from metric-space/tiny-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiny-scheduler.cabal
24 lines (22 loc) · 939 Bytes
/
tiny-scheduler.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: tiny-scheduler
version: 0.1.4.3
synopsis: tiny no-brainer job scheduler
description: this is a tiny library to make scheduling jobs to run at predetermined intervals, easier
homepage: https://github.com/functor-soup/tiny-scheduler#readme
license: BSD3
license-file: LICENSE
author: Functor soup
maintainer: [email protected]
copyright: None
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: .,TinyScheduler
exposed-modules: TinyScheduler.Jobs, TinyScheduler.SubJobs, TinyScheduler.Time, TinyScheduler.TimeAtom, TinyScheduler.Utils
build-depends: base >= 4.7 && < 5, async, time
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/functor-soup/tiny-scheduler