From 0f5857d94fba959aec3c8ceba56a7ca3c3d59487 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 28 Jan 2023 23:03:11 -1000 Subject: [PATCH] ;pkg: stack: drop allow-newer, should be no longer needed --- stack.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stack.yaml b/stack.yaml index 6a0d03990..76dae0e2e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,6 +1,6 @@ # stack build plan using GHC 9.4.4 -resolver: nightly-2023-01-12 +resolver: nightly-2023-01-29 packages: - hledger-lib @@ -19,8 +19,7 @@ packages: #- yesod-static-1.6.1.0 # for Shake.hs: -# currently required for hjsmin (& yesod-static, hledger-web) -allow-newer: true +#allow-newer: true nix: pure: false