forked from joneshf/rollbar-hs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrollbar-hs.cabal
More file actions
93 lines (88 loc) · 2.25 KB
/
Copy pathrollbar-hs.cabal
File metadata and controls
93 lines (88 loc) · 2.25 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: ac4c551193d60902c95f89512121ee67cb0cafb3a6662796e40323bd0cedff7c
name: rollbar-hs
version: 0.3.1.0
synopsis: Core Rollbar data types and APIs.
description: Provides a type-safe encoding of the Rollbar API.
Also provides functions to communicate with the Rollbar API.
category: Web
homepage: https://github.com/joneshf/rollbar-hs#readme
bug-reports: https://github.com/joneshf/rollbar-hs/issues
author: Hardy Jones
maintainer: jones3.hardy@gmail.com
copyright: 2018 Hardy Jones
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/joneshf/rollbar-hs
library
exposed-modules:
Rollbar.AccessToken
Rollbar.API
Rollbar.Item
Rollbar.Item.Body
Rollbar.Item.CodeVersion
Rollbar.Item.Data
Rollbar.Item.Environment
Rollbar.Item.Hardcoded
Rollbar.Item.Internal.Notifier
Rollbar.Item.Internal.Platform
Rollbar.Item.Level
Rollbar.Item.MissingHeaders
Rollbar.Item.Person
Rollbar.Item.Request
Rollbar.Item.Server
Rollbar.Aeson
other-modules:
Paths_rollbar_hs
hs-source-dirs:
src
build-depends:
aeson >=1.1
, base >=4.9
, bytestring >=0.10
, case-insensitive >=1.2
, hostname >=1.0
, http-client >=0.5
, http-conduit >=2.2
, http-types >=0.8.6
, network >=2.6.3
, text >=1.2
, time >=1.6
, unordered-containers >=0.2
, uuid >=1.3
default-language: Haskell2010
test-suite doc-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Rollbar.Golden
Rollbar.Item.Data.Test
Rollbar.Item.MissingHeaders.Test
Rollbar.Item.Request.Test
Rollbar.QuickCheck
Paths_rollbar_hs
hs-source-dirs:
test
build-depends:
QuickCheck >=2.9
, aeson
, base
, bytestring
, case-insensitive
, hashable
, hspec >=2.4
, hspec-golden-aeson >=0.2
, rollbar-hs
, text
, unordered-containers
default-language: Haskell2010