From 1819cb4c9494131f4d0159e6d06622d9ec485cda Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Feb 2025 16:57:32 -0400 Subject: [PATCH] Revert "stack.yaml: temporarily build with older ghc" This reverts commit 2f9a384e48cb4407e6b5b70d1db6efa593654f0e. --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index e062bdde92..5ff6f33d09 100644 --- a/stack.yaml +++ b/stack.yaml @@ -11,10 +11,10 @@ flags: benchmark: true crypton: true servant: true - ospath: false + ospath: true packages: - '.' -resolver: lts-23.2 +resolver: nightly-2025-01-20 extra-deps: - filepath-bytestring-1.5.2.0.2 - aws-0.24.4