From 5636d90e627738105f80ad6e0b19ec3368ffd533 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Tue, 5 Nov 2024 13:39:32 +0530 Subject: [PATCH] CI temp change --- .github/workflows/haskell.yml | 2 +- core/streamly-core.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 807c5a3951..149c977639 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -62,7 +62,7 @@ jobs: SUBDIR: ${{ matrix.subdir }} runs-on: ${{ matrix.runner }} - continue-on-error: ${{ matrix.ignore_error }} + continue-on-error: true strategy: fail-fast: true matrix: diff --git a/core/streamly-core.cabal b/core/streamly-core.cabal index ec3a35e8fc..7c6eff8bf7 100644 --- a/core/streamly-core.cabal +++ b/core/streamly-core.cabal @@ -457,8 +457,8 @@ library -- Only those modules should be here which are fully re-exported via some -- other module. - other-modules: - Streamly.Internal.Data.Fold.Step + -- other-modules: + , Streamly.Internal.Data.Fold.Step , Streamly.Internal.Data.Fold.Type , Streamly.Internal.Data.Fold.Combinators , Streamly.Internal.Data.Fold.Container