diff --git a/.github/workflows/haskell-ci-hackage.patch b/.github/workflows/haskell-ci-hackage.patch index 683f3ac8..31aec73f 100644 --- a/.github/workflows/haskell-ci-hackage.patch +++ b/.github/workflows/haskell-ci-hackage.patch @@ -42,9 +42,9 @@ set in GitHub repository secrets. setup-method: ghcup allow-failure: false + upload: true - - compiler: ghc-9.6.6 + - compiler: ghc-9.6.7 compilerKind: ghc - compilerVersion: 9.6.6 + compilerVersion: 9.6.7 @@ -257,6 +265,10 @@ - name: haddock run: | diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index bedd0612..19470c09 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -51,9 +51,9 @@ jobs: setup-method: ghcup allow-failure: false upload: true - - compiler: ghc-9.6.6 + - compiler: ghc-9.6.7 compilerKind: ghc - compilerVersion: 9.6.6 + compilerVersion: 9.6.7 setup-method: ghcup allow-failure: false - compiler: ghc-9.4.8