diff --git a/.circleci/config.yml b/.circleci/config.yml index 5874f2a..2568af7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,7 @@ env: &env # If you have not committed packcheck.sh in your repo at PACKCHECK # then it is automatically pulled from this URL. PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck" - PACKCHECK_GITHUB_COMMIT: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab" + PACKCHECK_GITHUB_COMMIT: "24f8724663c928669659bbfd5b075d8e2d208b8c" docker: - image: debian:buster diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 002caf2..2903401 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -78,7 +78,7 @@ jobs: # If you have not committed packcheck.sh in your repo at PACKCHECK # then it is automatically pulled from this URL. PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck" - PACKCHECK_GITHUB_COMMIT: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab" + PACKCHECK_GITHUB_COMMIT: "24f8724663c928669659bbfd5b075d8e2d208b8c" # ------------------------------------------------------------------------ # Final build variables diff --git a/.travis.yml b/.travis.yml index 32d51bc..e4ae120 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ env: # If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH # then it is automatically pulled from this URL. - PACKCHECK_GITHUB_URL="https://raw.githubusercontent.com/composewell/packcheck" - - PACKCHECK_GITHUB_COMMIT="acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab" + - PACKCHECK_GITHUB_COMMIT="24f8724663c928669659bbfd5b075d8e2d208b8c" notifications: email: diff --git a/appveyor.yml b/appveyor.yml index c267e56..78ef80e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,7 +60,7 @@ environment: # If you have not committed packcheck.sh in your repo at PACKCHECK_LOCAL_PATH # then it is automatically pulled from this URL. PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck" - PACKCHECK_GITHUB_COMMIT: "acc3d3e8ba2e70bdb08cbfd5985b2d392e7fc1ab" + PACKCHECK_GITHUB_COMMIT: "24f8724663c928669659bbfd5b075d8e2d208b8c" # Override the temp directory to avoid sed escaping issues # See https://github.com/haskell/cabal/issues/5386