diff --git a/.circleci/config.yml b/.circleci/config.yml index 6dcd0cf..b69c627 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,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: "fa1374027e64a28254b4ac457f968f21fc689c7f" + PACKCHECK_GITHUB_COMMIT: "v0.6.0" docker: - image: debian:buster diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 5be105b..5b20f7b 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -85,7 +85,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: "fa1374027e64a28254b4ac457f968f21fc689c7f" + PACKCHECK_GITHUB_COMMIT: "v0.6.0" # ------------------------------------------------------------------------ # Final build variables diff --git a/.travis.yml b/.travis.yml index e3307f7..47cf110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,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="fa1374027e64a28254b4ac457f968f21fc689c7f" + - PACKCHECK_GITHUB_COMMIT="v0.6.0" notifications: email: diff --git a/appveyor.yml b/appveyor.yml index 80d13dc..c73a515 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,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: "fa1374027e64a28254b4ac457f968f21fc689c7f" + PACKCHECK_GITHUB_COMMIT: "v0.6.0" # Override the temp directory to avoid sed escaping issues # See https://github.com/haskell/cabal/issues/5386