-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.yaml
More file actions
27 lines (23 loc) · 672 Bytes
/
package.yaml
File metadata and controls
27 lines (23 loc) · 672 Bytes
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
name: github-webhooks-scotty-example
version: 0.0.0
license: MIT
copyright: (c) 2017-2022 Cuedo Control Engineering
author: Kyle Van Berendonck <kyle.vanberendonck@cuedo.com.au>
maintainer: Kyle Van Berendonck <foss@cuedo.com.au>
synopsis: Sample program using scotty and github-webhooks together.
description: Sample program using @scotty@ and @github-webhooks@ together.
ghc-options:
- -Wall
- -fwarn-incomplete-uni-patterns
- -fwarn-incomplete-record-updates
default-extensions:
- OverloadedStrings
dependencies:
- base == 4.*
- bytestring
- github-webhooks
- scotty
executables:
github-webhooks-scotty-example:
main: Main.hs
source-dirs: src