From afc1ec5eaa71d3a1d9deeb20cd61ac9e60f22d5d Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Tue, 28 Jan 2025 18:38:49 -0800 Subject: [PATCH] Fixing the package to run with the latest stack long term support version --- .gitignore | 3 +++ stack.yaml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5e26cc3..b5d3f6b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ tarballs # Where do these files come from? They're not readable. # For instance, .#Help.page .#* +.stack-work/ +stack.yaml.lock +*.swp diff --git a/stack.yaml b/stack.yaml index dcb744c..87796e9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,5 @@ -resolver: lts-9.20 # ghc-8.0.2 +resolver: lts-23.3 # ghc-9.8.4 + flags: {}