-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.yaml
38 lines (35 loc) · 965 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
name: rollbar
version: 2.2.1
synopsis: error tracking through rollbar.com
homepage: https://github.com/flipstone/rollbar-haskell
license: MIT
author: Flipstone Technology Partners
maintainer: [email protected]
copyright: Daggerboard Inc. makers of docmunch.com, Azara Solutions Inc.
category: Logging
language: GHC2021
ghc-options:
- -Wall
- -Werror
- -Wcpp-undef
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wpartial-fields
- -Wredundant-constraints
- -fno-warn-orphans
dependencies:
- base >=4.6 && < 5
- text >=1.2 && < 2.2
- aeson >=1.2 && < 2.3
- vector >=0.12 && < 0.14
- network >=2.6 && < 3.3
- monad-control >=1.0.2 && < 1.0.4
- resourcet >=1.1 && < 1.4
- http-conduit >=2.2 && < 2.4
- lifted-base == 0.2.3.*
library:
source-dirs: src
exposed-modules:
- Rollbar
- Rollbar.MonadLogger