Skip to content

Commit

Permalink
CI temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 6, 2024
1 parent c8d8940 commit 5636d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions core/streamly-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5636d90

Please sign in to comment.