-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathcabal.project
More file actions
115 lines (98 loc) · 3.05 KB
/
cabal.project
File metadata and controls
115 lines (98 loc) · 3.05 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
packages: .
with-compiler: ghc-9.12.2
multi-repl: True
write-ghc-environment-files: always
jobs: $ncpus
semaphore: True
-- import: https://www.stackage.org/nightly-2025-01-20/cabal.config
-- documentation: True
-- with-compiler: ghc-9.8.2
import: https://www.stackage.org/nightly-2025-11-17/cabal.config
--import: https://www.stackage.org/lts-24.19/cabal.config
-- Override dependencies from stack.yaml
allow-newer: all
source-repository-package
type: git
location: https://github.com/tonyalaribe/effectful-postgresql
tag: e149e57e1debda6cc4e16dd9e27fe51a5a1a6171
subdir: effectful-postgresql
source-repository-package
type: git
location: https://github.com/saurabhnanda/odd-jobs.git
tag: d6d37e2eabafcb1e286a190d98d73c4d12ff6e53
subdir: .
source-repository-package
type: git
location: https://github.com/tonyalaribe/xxhash
tag: 0fa01adb871e66996d4ed2c27a3e97fac39ac466
subdir: .
source-repository-package
type: git
location: https://github.com/tonyalaribe/tmp-postgres
tag: 893368e6010a87c3a2d33227af675b4fb8fe411f
subdir: .
source-repository-package
type: git
location: https://github.com/tonyalaribe/proto-lens
tag: 0199b421a2e5ae03285adcd59711f9fbca7c126e
subdir: proto-lens-setup
subdir: proto-lens-protoc
subdir: proto-lens-runtime
subdir: proto-lens
subdir: proto-lens-protobuf-types
source-repository-package
type: git
location: https://github.com/well-typed/grapesy.git
tag: 411b3e173575275cb2c745992dfe6782d2d87115
-- tag: 5d51f1e605a184bb426d4be39b90bd5e912a8230
-- tag: 51ca5d197147cd2b9a3baf81db4c04c8c7d33fec
subdir: grapesy
subdir: grpc-spec
-- source-repository-package
-- type: git
-- location: https://github.com/tonyalaribe/opentelemetry-auto
-- tag: 24ffca5c10b23d90775f6fb2570db052fb57a948
-- subdir: .
source-repository-package
type: git
location: https://github.com/google/ghc-source-gen.git
tag: 79ecc01213131da03a7198fc377606ce72ac037a
subdir: .
-- source-repository-package
-- type: git
-- location: https://github.com/iand675/hs-opentelemetry
-- tag: ee8a6dad7db306eb67748ddcd77df4974ad8259e
-- subdir: api
-- subdir: sdk
-- subdir: otlp
-- subdir: exporters/otlp
-- subdir: propagators/w3c
-- subdir: instrumentation/postgresql-simple
-- subdir: instrumentation/wai
-- subdir: utils/exceptions
-- subdir: propagators/datadog
-- subdir: propagators/b3
source-repository-package
type: git
location: https://github.com/minio/minio-hs
tag: 3e665784228cba7261560c104b8f1d928e7b5bd4
subdir: .
source-repository-package
type: git
location: https://github.com/tonyalaribe/langchain-hs
tag: 030ac14a6cb6c20e9dca8576cff8d2f0df5efd4a
subdir: .
source-repository-package
type: git
location: https://github.com/tusharad/ollama-haskell
tag: 33807a3a5a507e99d92b26e245c0aed582fde581
subdir: .
source-repository-package
type: git
location: https://github.com/MercuryTechnologies/openai
tag: 3a5c00527bcda652a188ee7c54127eea90ce1bb7
subdir: .
constraints:
streamly ^>=0.10.0,
effectful-postgresql +enable-otel
allow-newer: all