From 56c14dcf687efcdaed37a9ceff3abd39ee0067a8 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Fri, 2 Aug 2024 20:45:51 +0300 Subject: [PATCH] Update makefile to exclude zlib flag pins from freezefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 41f49da..4174935 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ regen-test-fixtures: cabal.project.freeze: .github/workflows/haskell.yml rm cabal.project.freeze || true cabal freeze --constraint pandoc==$$(yq '.env.PANDOC_VERSION' .github/workflows/haskell.yml) + sed -i '/zlib .* +pkg-config/ d' cabal.project.freeze stack.yaml: cabal.project.freeze stack.template.yaml echo "# THIS FILE IS GENERATED, DO NOT EDIT DIRECTLY" > stack.yaml