From 2beef57017fa4662dc5c062ea75b28785fcb2a02 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 25 Nov 2023 18:42:16 -0700 Subject: GHC/Stack/XMonad version bump. --- stack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stack.yaml b/stack.yaml index 9c394eb..d985b80 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-18.15 +resolver: lts-21.21 # User packages to be built. # Various formats can be used as shown in the example below. @@ -72,6 +72,6 @@ packages: # Allow a newer minor version of GHC than the snapshot specifies # compiler-check: newer-minor -extra-deps: - - xmonad-0.17.0@sha256:fc90c8fa647390c68c902912a5a7417f04025dfe72f7de51b248217f7ca0d484,5533 - - xmonad-contrib-0.17.0@sha256:defd04a9ca0e031eb7280b734ccd6d6b73f757babfe4a561a7ff718e75211749,20357 +# extra-deps: + # - xmonad-0.17.0@sha256:fc90c8fa647390c68c902912a5a7417f04025dfe72f7de51b248217f7ca0d484,5533 + # - xmonad-contrib-0.17.0@sha256:defd04a9ca0e031eb7280b734ccd6d6b73f757babfe4a561a7ff718e75211749,20357 -- cgit