We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a0967 commit 92ac162Copy full SHA for 92ac162
2 files changed
cabal.project.user
@@ -1,5 +1,10 @@
1
packages: streaming-benchmarks.cabal
2
3
+source-repository-package
4
+ type: git
5
+ location: https://github.com/composewell/fusion-plugin.git
6
+ tag: 15c0ad50a235a35e85d03cced9ad0f3938565e5a
7
+
8
-- source-repository-package
9
-- type: git
10
-- location: https://github.com/composewell/streamly.git
sources.nix
@@ -7,6 +7,8 @@ layers = [
#streaming-benchmarks = localOpts ./.
#[]
#["--flags streaming"];
+ fusion-plugin =
11
+ gh "composewell" "fusion-plugin" "15c0ad50a235a35e85d03cced9ad0f3938565e5a";
12
}
13
];
14
0 commit comments