From b679114531a5054487123252b6e3a9d22b7c27a7 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 8 Aug 2025 22:23:25 +0200 Subject: Simplifies cabal files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9dbf632..8cb9a78 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -resolver = $(shell curl -s https://www.stackage.org/download/snapshots.json | yq .nightly) +resolver = $(shell curl -s https://www.stackage.org/download/snapshots.json | yq .lts) packages = $(shell ls -dQm hsm-*) build: @@ -11,4 +11,4 @@ exec: stack exec $(exec) update: - yq -iSY '.resolver=$(resolver) | .packages=[$(packages)]' stack.yaml + yq -i '.resolver="$(resolver)" | .packages=[$(packages)]' stack.yaml -- cgit v1.2.1