Skip to content

Commit

Permalink
Update makefile to exclude zlib flag pins from freezefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Aug 2, 2024
1 parent ed8704b commit 56c14dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56c14dc

Please sign in to comment.