Skip to content

Commit 86a6d7c

Browse files
committed
Fix the CI
1 parent e44ef56 commit 86a6d7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ignore_error: false
8282
steps:
8383
- uses: actions/checkout@v2
84-
- uses: actions/cache@v3
84+
- uses: actions/cache@v4
8585
name: Cache common directories
8686
with:
8787
path: |

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ extra-deps:
66
#- streamly-0.10.0
77
#- fusion-plugin-0.2.6
88
- git: https://github.com/composewell/streamly
9-
commit: 8500b6446dae07e763370608625f26eff5c84600
9+
commit: 64dd83c750e8eb77b0aa28127ccf04010a186b3a
1010
- git: https://github.com/composewell/streamly
11-
commit: 8500b6446dae07e763370608625f26eff5c84600
11+
commit: 64dd83c750e8eb77b0aa28127ccf04010a186b3a
1212
subdirs:
1313
- core
1414
- git: https://github.com/composewell/streamly-fsevents
15-
commit: a7ef478ee6cdc8bad1893694eee7d02d2baf441b
15+
commit: 71cc64256464ded84feb6ee592860a820e0a41d0
1616

1717
rebuild-ghc-options: true
1818

0 commit comments

Comments
 (0)