forked from tfausak/ratel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
39 lines (39 loc) · 819 Bytes
/
package.yaml
File metadata and controls
39 lines (39 loc) · 819 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
38
39
category: Exceptions
description: Ratel notifies Honeybadger about exceptions.
extra-source-files:
- CHANGELOG.md
- package.yaml
- README.md
- stack.yaml
ghc-options: -Wall
github: tfausak/ratel
library:
dependencies:
- aeson >=0.11 && <1.3
- base ==4.9.*
- bytestring ==0.10.*
- case-insensitive ==1.2.*
- containers ==0.5.*
- http-client >=0.4.30 && <0.6
- http-client-tls >=0.2 && <0.4
- http-types ==0.9.*
- text ==1.2.*
- uuid ==1.3.*
other-modules:
- Paths_ratel
source-dirs: library
license: MIT
license-file: LICENSE.md
maintainer: Taylor Fausak
name: ratel
synopsis: Notify Honeybadger about exceptions.
tests:
ratel-test-suite:
dependencies:
- base
- ratel
- tasty ==0.11.*
- tasty-hspec ==1.1.*
main: Main.hs
source-dirs: test-suite
version: '0.3.3'