-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
51 lines (42 loc) · 1.71 KB
/
stack.yaml
File metadata and controls
51 lines (42 loc) · 1.71 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
resolver: nightly-2025-09-22
packages:
- .
nix:
enable: false
system-ghc: true
extra-deps:
- vty-windows-0.2.0.3
- brick-skylighting-1.0@sha256:64764b6be36c05261959f68ed38b9cb37e1acb6180a3bde5dd98255f62ea7e3b,1812
# - /home/tom/tools/github
- git: https://github.com/codedownio/github.git
# sauron-sep18-2025 branch, which has some changes from upstream:
# - fixes for search query escaping
# - fix Job type to make some fields optional
# - fix JobStep type to make some fields optional
# - Repo: add subscribers_count
# - Fix getNotificationsR
# - EventType: add more constructors + a catchall called Unknown
# - Fix markNotificationAsReadR
# - Add markNotificationAsDoneR
# - Add checkRunsForR + supporting data types
# - parseRedirect: throw a proper HTTPError on invalid status
# - Issue events: add merge queue and requested reviewer support
# - IssueEvent: make actor field optional (Maybe SimpleUser)
# - issueEventActor: switch to a Maybe
# - Add HeadRefForcePushed event type
# - Add /issues/timeline API support
# - Parse issue event message
# - GitHub.Data.Issues: auto-derive JSON instances
# - Add issueDraft field
commit: 263f22125e1974fce8614787b563fd0cd1b930a0
- git: https://github.com/dogonthehorizon/git-config.git
commit: 8f3fab100e4c8d82b5c6fe7c0cc09510249e98cf
# This is forked solely to remove a couple problematic lines from the cabal files; see
# https://github.com/input-output-hk/haskell.nix/issues/2312
- git: https://github.com/thomasjm/vty-crossplatform.git
commit: 030ceab629d5c888a4a890e2aa7f1e0e6eda0578
- git: https://github.com/codedownio/wrapping-editor.git
commit: 397eaf5a4ad229b3db5aa007d6f7c33d2b906417
subdirs:
- cabal/WEditor
- cabal/WEditorBrick