diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-01-01 19:48:40 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-01-01 19:48:40 -0700 |
| commit | 10c542f7a991756f195742389e26ef56a2ec9361 (patch) | |
| tree | d7edc647a026da4ad9b20aafe4a9f1509720de5a /plug/stack.yaml | |
| parent | 628174c992a5a740feb4dc119adf8dfb1f89f992 (diff) | |
| download | montis-10c542f7a991756f195742389e26ef56a2ec9361.tar.gz montis-10c542f7a991756f195742389e26ef56a2ec9361.tar.bz2 montis-10c542f7a991756f195742389e26ef56a2ec9361.zip | |
[reorg] - Finished reorg.
Finally have coherent building on top of CMake. And installing actually
works. In addition we use a static wlroots to avoid version hell.
Diffstat (limited to 'plug/stack.yaml')
| -rw-r--r-- | plug/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug/stack.yaml b/plug/stack.yaml index 2c4375a..0faf47c 100644 --- a/plug/stack.yaml +++ b/plug/stack.yaml @@ -8,7 +8,7 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -resolver: lts-23.28 +resolver: lts-21.21 # ghc-9.6.4 # lts-21.21 # resolver: nightly-2023-09-24 |