-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcabal.project
73 lines (56 loc) · 1.63 KB
/
cabal.project
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
packages: ./
with-compiler: ghc-9.2
jobs: 8
tests: True
allow-newer: all
test-show-details: direct
package *
ghc-options: "-L /usr/pgsql-14/lib"
flags: -prod
package warp
flags: -x509
source-repository-package
type: git
location: https://gitlab.com/dpwiz/raven-haskell
tag: 9dacea2bec9c6f5d9f7d46a2a1d9094cf6147fbf
subdir: ./raven-haskell
source-repository-package
type: git
location: https://github.com/supki/envparse
tag: 503a699
source-repository-package
type: git
location: https://github.com/fimad/prometheus-haskell
tag: 43f19da
subdir: ./prometheus-metrics-ghc
./prometheus-client
./wai-middleware-prometheus
source-repository-package
type: git
location: https://github.com/flora-pm/wai-middleware-heartbeat
tag: bd7dbbe
source-repository-package
type: git
location: https://github.com/scrive/log
tag: 73b4735
subdir: ./log-base
-- need to use jappeace until this is merged
-- (provides resource-pool 3 support)
-- https://github.com/saurabhnanda/odd-jobs/pull/90
source-repository-package
type: git
location: https://github.com/jappeace/odd-jobs
tag: a75515791f2c743614ec05d54493ef12b143002e
source-repository-package
type: git
location: https://github.com/kleidukos/pg-transact-effectful
source-repository-package
type: git
location: https://github.com/kleidukos/servant-effectful
source-repository-package
type: git
location: https://github.com/haskell-effectful/log-effectful
tag: aaeb7ee
source-repository-package
type: git
location: https://github.com/haskell-effectful/time-effectful