-
Notifications
You must be signed in to change notification settings - Fork 0
/
chaostreff-scheduler.cabal
61 lines (57 loc) · 1.47 KB
/
chaostreff-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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 426c1e36de95abda8cd456b016f88aa4e436b72dbdcab5bb8f19d8f53e77d757
name: chaostreff-scheduler
version: 0.0.3
synopsis: schedule chaostreff events
license: MIT
build-type: Simple
executable chaostreff-scheduler
main-is: Main.hs
other-modules:
AppCfg
Args
ChaostreffScheduler
Event
Git
Lektor
Paths_chaostreff_scheduler
hs-source-dirs:
src
default-extensions: OverloadedStrings, NoImplicitPrelude
ghc-options: -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wmissing-signatures -fprint-potential-instances
build-depends:
base
, directory
, filepath
, megaparsec
, optparse-applicative
, process
, protolude
, text
, time
, unix
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: doctest.hs
other-modules:
Paths_chaostreff_scheduler
default-extensions: OverloadedStrings, NoImplicitPrelude
ghc-options: -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wmissing-signatures -fprint-potential-instances
build-depends:
base
, directory
, doctest
, filepath
, megaparsec
, optparse-applicative
, process
, protolude
, text
, time
, unix
default-language: Haskell2010