forked from iand675/hs-opentelemetry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
123 lines (114 loc) · 4.39 KB
/
stack.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# This file was automatically generated by 'stack init'
#
# Some commonly used options have been documented as comments in this file.
# For advanced use and comprehensive documentation of the format, please see:
# https://docs.haskellstack.org/en/stable/yaml_configuration/
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
# A snapshot resolver dictates the compiler version and the set of packages
# to be used for project dependencies. For example:
#
# resolver: lts-3.5
# resolver: nightly-2015-09-21
# resolver: ghc-7.10.2
#
# The location of a snapshot can be provided as a file or url. Stack assumes
# a snapshot provided as a file might change, whereas a url resource does not.
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-20.24
packages:
- api
- sdk
- otlp
- semantic-conventions
- examples/aws-s3
# - examples/grpc-echo # only able to be built with cabal
- examples/hdbc-mysql
- examples/hedis
- examples/hspec
- examples/http-server
- examples/yesod-minimal
- examples/yesod-subsite
- exporters/handle
- exporters/in-memory
# - exporters/jaeger
- exporters/otlp
# - exporters/prometheus
- instrumentation/amazonka
- instrumentation/cloudflare
- instrumentation/conduit
# - instrumentation/grpc-haskell # only able to be built with cabal
- instrumentation/hdbc
- instrumentation/hdbc-mysql
- instrumentation/hedis
# - instrumentation/herp-logger-datadog # 本家に PR しない
- instrumentation/hspec
- instrumentation/http-client
- instrumentation/persistent
- instrumentation/persistent-mysql
- instrumentation/postgresql-simple
- instrumentation/wai
- instrumentation/yesod
- propagators/b3
- propagators/datadog
# - propagators/jaeger
- propagators/w3c
- utils/exceptions
- vendors/datadog
# Dependency packages to be pulled from upstream that are not in the resolver.
# These entries can reference officially published versions as well as
# forks / in-progress versions pinned to a git hash. For example:
#
# extra-deps:
# - acme-missiles-0.3
# - git: https://github.com/commercialhaskell/stack.git
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
#
extra-deps:
- hspec-2.11.7@sha256:2869580a2a29e7beb6268ea3dc561583f4ae229ed1f47fb1c92e8c09ce35acec,1763
- hspec-core-2.11.7@sha256:90d8873356d7e15f843bc523360e206e8e356ff6b82a1fa4b3889dc31d073ea1,6814
- hspec-discover-2.11.7@sha256:6307eb16d308258a99a242025df50217d835ba0a3f205b1202a100a175877b38,2169
- hspec-expectations-0.8.4@sha256:4237f094a7931202ff57ac6475542b0b314b50a7024550e2b6eb87cfb0d4ff93,1702
- thread-utils-context-0.3.0.4@sha256:e763da1c6cab3b6d378fb670ca74aa9bf03c9b61b6fcf7628c56363fb0e3e71e,1671
- thread-utils-finalizers-0.1.1.0@sha256:24944b71d9f1d01695a5908b4a3b44838fab870883114a323336d537995e0a5b,1381
- github: ryantm/hdbc-mysql
commit: 80f8077b29ee27bce4141b385a8b28f42cbbbe46 # HEAD of master at 2023-12-19
- amazonka-2.0@sha256:3481da2fda6b210d15d41c1db7a588adf68123cfb7ea3882797a6230003259db,3505
- amazonka-core-2.0@sha256:f781ca0b5b9777f48cb1e4d611b4aad449be79bc0a1400e50fa7daf468a211f1,4566
- amazonka-s3-2.0@sha256:e3143e11ab9e57ee0dfd9d1dd95a44c5b4a7d34af78c8f5b2e6c00afad118a02,13853
- amazonka-sso-2.0@sha256:902be13b604e4a3b51a9b8e1adc6a32f42322ae11f738a72a8c737b2d0a91a5e,2995
- amazonka-sts-2.0@sha256:5c721083e8d80883a893176de6105c27bbbd8176f467c27ac5f8d548a5e726d8,3209
- crypton-0.34@sha256:9e4b50d79d1fba681befa08151db7223d2b4bb72564853e8530e614105d53a1a,14577
- proto-lens-0.7.1.1
- proto-lens-runtime-0.7.0.2
# just for testing
# - mwc-random-0.14.0.0
# - random-1.1
# Override default flag values for local packages and extra-deps
# flags: {}
# Extra package databases containing global packages
# extra-package-dbs: []
# Control whether we use the GHC we find on the path
# system-ghc: true
#
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default
# require-stack-version: ">=2.7"
#
# Override the architecture used by stack
# arch: x86_64
# arch: aarch64
#
# Extra directories used by stack for building
# extra-include-dirs: [/path/to/dir]
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# requires https://github.com/informatikr/hedis/pull/223 that not yet released
- github: informatikr/hedis
commit: 6a5b1f2786f30c901b88ceed15ffe6b508f450e5
nix:
enable: true
packages: [libffi, mysql80, openssl, pcre, postgresql, protobuf, zlib, zstd]