-
Notifications
You must be signed in to change notification settings - Fork 1
/
stack.yaml
51 lines (46 loc) · 1.26 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
resolver: nightly-2023-06-16
packages:
- .
extra-deps:
- binary-instances-1.0.4
- extensible-0.9
# - github: fumieval/extensible
# commit: 4a1edb50c90d377085fcc3bad4c9f6e9d296b00e
- fallible-0.1.0
- incremental-0.3.1
- membership-0.0.1
- github: tsani/servant-github-webhook
commit: f8cb8bc10d3e9d275fa995b0d01ba2d1eeaa700b
# - servant-auth-0.4.1.0
# - servant-auth-server-0.4.7.0
# - servant-foreign-0.15.4
- github: haskell-servant/servant
commit: a082794a48546ffd681f4206436c59b9c1f901e1
subdirs:
- servant
- servant-auth/servant-auth # for lens-5.2
- servant-auth/servant-auth-server # for jose-0.10, NOTE unsuport monad-time-0.4.0.0
- servant-foreign # for lens-5.2
- servant-elm-0.7.3
# - github-0.28.0.1
- github: matsubara0507/github
commit: 521ee92de8811cad022b5924e3be5c668d5b7b73 # myext branch
- github: matsubara0507/elmap.hs
commit: 3cd415ba620aeb588c5f7217d96a8d6f05cb45f1
subdirs:
- elmap
- servant-elmap
- extensible-elmap
- github: matsubara0507/mix.hs
commit: da914f3c0ec152e5814ed5495c9c3aef2ceec4ed
subdirs:
- mix
- mix-json-logger
- mix-plugin-github
- mix-plugin-persistent-sqlite
- mix-plugin-shell
- helper/rio-logger-ext
allow-newer: true
docker:
repo: ghcr.io/matsubara0507/stack-build:22.04
enable: false