Skip to content

Commit 92ac162

Browse files
Use the latest fusion-plugin for ghc-9.14 support
1 parent 95a0967 commit 92ac162

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

cabal.project.user

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
packages: streaming-benchmarks.cabal
22

3+
source-repository-package
4+
type: git
5+
location: https://github.com/composewell/fusion-plugin.git
6+
tag: 15c0ad50a235a35e85d03cced9ad0f3938565e5a
7+
38
-- source-repository-package
49
-- type: git
510
-- location: https://github.com/composewell/streamly.git

sources.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ layers = [
77
#streaming-benchmarks = localOpts ./.
88
#[]
99
#["--flags streaming"];
10+
fusion-plugin =
11+
gh "composewell" "fusion-plugin" "15c0ad50a235a35e85d03cced9ad0f3938565e5a";
1012
}
1113
];
1214
}

0 commit comments

Comments
 (0)