forked from iand675/hs-opentelemetry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
38 lines (37 loc) · 932 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: yesod-minimal
executables:
yesod-minimal:
main: Minimal
source-dirs: src
dependencies:
# minimal example dependencies
- base
- bytestring
- conduit
- http-client
- http-types
- text
- unliftio
- vault
- wai
- warp
- yesod-core
# database
- monad-logger
- persistent >= 2.13.3
- persistent-postgresql >= 2.13.4
- persistent-qq
- resource-pool
- yesod-persistent
# convenience
- microlens
# opentelemetry dependencies
- hs-opentelemetry-exporter-otlp
- hs-opentelemetry-instrumentation-http-client
- hs-opentelemetry-instrumentation-persistent
- hs-opentelemetry-instrumentation-postgresql-simple
- hs-opentelemetry-instrumentation-wai
- hs-opentelemetry-instrumentation-yesod
- hs-opentelemetry-propagator-w3c
- hs-opentelemetry-sdk
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N