-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrollbar.cabal
37 lines (34 loc) · 1.11 KB
/
rollbar.cabal
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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: rollbar
version: 2.2.1
synopsis: error tracking through rollbar.com
category: Logging
homepage: https://github.com/flipstone/rollbar-haskell
author: Flipstone Technology Partners
maintainer: [email protected]
copyright: Daggerboard Inc. makers of docmunch.com, Azara Solutions Inc.
license: MIT
build-type: Simple
library
exposed-modules:
Rollbar
Rollbar.MonadLogger
other-modules:
Paths_rollbar
hs-source-dirs:
src
ghc-options: -Wall -Werror -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-orphans
build-depends:
aeson >=1.2 && <2.3
, base >=4.6 && <5
, http-conduit >=2.2 && <2.4
, lifted-base ==0.2.3.*
, monad-control >=1.0.2 && <1.0.4
, network >=2.6 && <3.3
, resourcet >=1.1 && <1.4
, text >=1.2 && <2.2
, vector >=0.12 && <0.14
default-language: GHC2021