From 595a81b8b04c43a5e18758a6426bc685d4ec064a Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Mon, 16 Dec 2024 19:54:38 +0000 Subject: [PATCH] temp5 --- .github/workflows/haskell-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 56626a4..95d2813 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -232,7 +232,7 @@ jobs: if $HEADHACKAGE; then echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project fi - $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(bytestring|directory|filepath|htar|tar|text|unix)$/; }' >> cabal.project.local + $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(binary|bytestring|directory|filepath|htar|process|tar|text|unix)$/; }' >> cabal.project.local cat cabal.project cat cabal.project.local - name: dump install plan