From 171fa489ca803cac83853f033c07a12c53ff7c30 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 25 Oct 2023 21:55:59 -0400 Subject: [PATCH] ENH update stack snapshot --- bin/xmobar.hs | 2 +- stack.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xmobar.hs b/bin/xmobar.hs index 8b07bb9..843c5f5 100644 --- a/bin/xmobar.hs +++ b/bin/xmobar.hs @@ -11,12 +11,12 @@ module Main (main) where import Data.Internal.DBus import Data.Internal.XIO +import GHC.Enum (enumFrom) import Options.Applicative import RIO hiding (hFlush) import RIO.List import qualified RIO.NonEmpty as NE import qualified RIO.Text as T -import XMonad.Config.Prime (enumFrom) import XMonad.Core hiding (config) import XMonad.Internal.Command.Power import XMonad.Internal.DBus.Brightness.ClevoKeyboard diff --git a/stack.yaml b/stack.yaml index f41dfd6..88d3c25 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,8 +17,8 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -#resolver: lts-17.4 -resolver: nightly-2022-03-03 +resolver: lts-19.33 +#resolver: nightly-2022-03-03 # User packages to be built. # Various formats can be used as shown in the example below.