-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.yaml
57 lines (57 loc) · 983 Bytes
/
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
55
56
57
name:
linklater
version:
4.0.0.2
author:
Hao Lian <[email protected]>
maintainer:
Hao Lian <[email protected]>
synopsis:
A Haskell library for the Slack API
homepage:
https://github.com/hlian/linklater
bug-reports:
https://github.com/hlian/linklater/issues
license:
BSD3
license-file:
LICENSE
category:
Network
description: |
<https://github.com/hlian/linklater/blob/master/README.md ~please see our lovely README.md~>
default-extensions:
- FlexibleContexts
- LambdaCase
- OverloadedLists
- OverloadedStrings
- ScopedTypeVariables
dependencies:
- aeson
- base >= 4.9.1.0 && < 5
- base-prelude
- bytestring
- containers
- exceptions
- HTTP
- http-types
- lens
- lens-aeson
- mtl
- safe-exceptions
- text
- uri-bytestring
- wai
- wreq
library:
source-dirs: lib/
tests:
linklater-tests:
main: Main.hs
source-dirs: test/
dependencies:
- HTTP
- linklater
- tasty
- tasty-hunit
- text