-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathstack.yaml
More file actions
executable file
·43 lines (34 loc) · 999 Bytes
/
Copy pathstack.yaml
File metadata and controls
executable file
·43 lines (34 loc) · 999 Bytes
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
# Check if HLS supports the LTS release before upgrading
# and also set the correct GHC version in `flake.nix`.
# https://haskell-language-server.readthedocs.io/en/latest/support/ghc-version-support.html
resolver: lts-24.27
# Necessary as the Nix Flake sets the GHC version
system-ghc: true
packages:
- .
extra-deps:
- unliftio-0.2.25.0
- docopt-0.7.0.8
- flatcv-0.3.0.1
- storable-offset-0.1.0.0
- webp-0.1.2.0
- github: lehins/hip
commit: ddfc77feb21722babccd3b3aa73c4c3d41268f54
subdirs:
- hip
- github: lehins/Color
commit: ec833edd8f9b15543855c00826c4ede470773f83
subdirs:
- Color
- github: ad-si/Brillo
commit: b47c73b24dc1762d28ec1fbb732c7c8e5533516d
subdirs:
- brillo
- brillo-algorithms
- brillo-juicy
- brillo-rendering
- github: dpwiz/freetype2
commit: d2acf926b5c448d8edd60e322862adcf2dbe9146
- github: bsl/bindings-GLFW
commit: a98990a882da8f2cb3ff6730d614f5d37adbde33
allow-newer: true