forked from cuedo/github-webhooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
37 lines (33 loc) · 877 Bytes
/
package.yaml
File metadata and controls
37 lines (33 loc) · 877 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
28
29
30
31
32
33
34
35
36
37
name: github-webhooks-servant-simple-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: Simplified sample program using servant and github-webhooks together.
description: Simplified sample program using @servant@ and @github-webhooks@ together.
ghc-options:
- -Wall
- -fwarn-incomplete-uni-patterns
- -fwarn-incomplete-record-updates
default-extensions:
- OverloadedStrings
- DataKinds
- TypeFamilies
- TypeOperators
- FlexibleInstances
- MultiParamTypeClasses
- RankNTypes
dependencies:
- base == 4.*
- bytestring
- wai
- warp
- github-webhooks
- servant
- servant-server
- servant-github-webhook
executables:
github-webhooks-servant-example:
main: Main.hs
source-dirs: src