|
1 |
| -name: rollbar |
2 |
| -version: 1.1.2 |
3 |
| -synopsis: error tracking through rollbar.com |
4 |
| --- description: |
5 |
| -homepage: https://github.com/azara/rollbar-haskell |
6 |
| -license: MIT |
7 |
| -author: Daggerboard Inc. Greg Weber, Azara Solutions Inc. Jeff Taggart |
8 |
| -maintainer: Azara < [email protected]>, Jeff Taggart < [email protected]>, Steven MacCoun < [email protected]> |
9 |
| -copyright: Daggerboard Inc. makers of docmunch.com, Azara Solutions Inc. |
10 |
| -category: Logging |
11 |
| -build-type: Simple |
12 |
| -cabal-version: >=1.8 |
| 1 | +cabal-version: 1.12 |
13 | 2 |
|
14 |
| -library |
15 |
| - ghc-options: -Wall |
16 |
| - |
17 |
| - exposed-modules: Rollbar, Rollbar.MonadLogger |
18 |
| - -- other-modules: |
19 |
| - build-depends: |
20 |
| - base >=4.6 && < 5 |
21 |
| - , text |
22 |
| - , aeson |
23 |
| - , vector |
24 |
| - , network |
25 |
| - , basic-prelude |
26 |
| - , monad-control |
27 |
| - , resourcet |
28 |
| - , http-conduit |
29 |
| - , lifted-base |
30 |
| - , network-bsd |
| 3 | +-- This file has been generated from package.yaml by hpack version 0.35.2. |
| 4 | +-- |
| 5 | +-- see: https://github.com/sol/hpack |
31 | 6 |
|
32 |
| - hs-source-dirs: src |
| 7 | +name: rollbar |
| 8 | +version: 2.0.0 |
| 9 | +synopsis: error tracking through rollbar.com |
| 10 | +category: Logging |
| 11 | +homepage: https://github.com/flipstone/rollbar-haskell |
| 12 | +author: Flipstone Technology Partners |
| 13 | + |
| 14 | +copyright: Daggerboard Inc. makers of docmunch.com, Azara Solutions Inc. |
| 15 | +license: MIT |
| 16 | +build-type: Simple |
33 | 17 |
|
34 |
| -source-repository head |
35 |
| - type: git |
36 |
| - location: git://github.com/azara/rollbar-haskell.git |
| 18 | +library |
| 19 | + exposed-modules: |
| 20 | + Rollbar |
| 21 | + Rollbar.MonadLogger |
| 22 | + other-modules: |
| 23 | + Paths_rollbar |
| 24 | + hs-source-dirs: |
| 25 | + src |
| 26 | + default-extensions: |
| 27 | + OverloadedStrings |
| 28 | + ghc-options: -Wall -Werror -Wcpp-undef -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-orphans |
| 29 | + build-depends: |
| 30 | + aeson >=1.2 && <2.2 |
| 31 | + , base >=4.6 && <5 |
| 32 | + , basic-prelude ==0.7.* |
| 33 | + , http-conduit >=2.2 && <2.4 |
| 34 | + , lifted-base ==0.2.3.* |
| 35 | + , monad-control >=1.0.2 && <1.0.4 |
| 36 | + , network >=2.6 && <3.2 |
| 37 | + , network-bsd ==2.8.* |
| 38 | + , resourcet >=1.1 && <1.3 |
| 39 | + , text >=1.2 && <2.1 |
| 40 | + , vector >=0.12 && <0.14 |
| 41 | + default-language: Haskell2010 |
0 commit comments