-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
54 lines (48 loc) · 1.04 KB
/
package.yaml
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
# generated with:
# stack new ical2text simple-hpack
name: ical2text
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/schoettl/ical2text
license: BSD3
author: Jakob Schöttl
maintainer: jschoett@gmail.com
copyright: 2022 Jakob Schöttl
category: Tool
extra-source-files:
- README.md
#allow-newer: true
dependencies:
- base
- docopt
- regex-compat
- iCalendar
- bytestring
- time
- containers
- text
- data-default
- MissingH
- unix
- iCalendar
ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wmissing-export-lists
- -Wmissing-home-modules
- -Wpartial-fields
- -Wredundant-constraints
executables:
ical2text:
source-dirs: .
main: ical2text.hs
expand-multiday-events:
source-dirs: .
main: expand-multiday-events.hs
work-hours-statistics:
source-dirs: .
main: work-hours-statistics.hs