From 92ac1629b6fbccf06098e826c0d73837e8d818e4 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Tue, 14 Apr 2026 16:21:28 +0530 Subject: [PATCH] Use the latest fusion-plugin for ghc-9.14 support --- cabal.project.user | 5 +++++ sources.nix | 2 ++ 2 files changed, 7 insertions(+) diff --git a/cabal.project.user b/cabal.project.user index e90e2f2..aaac1a7 100644 --- a/cabal.project.user +++ b/cabal.project.user @@ -1,5 +1,10 @@ packages: streaming-benchmarks.cabal +source-repository-package + type: git + location: https://github.com/composewell/fusion-plugin.git + tag: 15c0ad50a235a35e85d03cced9ad0f3938565e5a + -- source-repository-package -- type: git -- location: https://github.com/composewell/streamly.git diff --git a/sources.nix b/sources.nix index 077ad08..1a116a8 100644 --- a/sources.nix +++ b/sources.nix @@ -7,6 +7,8 @@ layers = [ #streaming-benchmarks = localOpts ./. #[] #["--flags streaming"]; + fusion-plugin = + gh "composewell" "fusion-plugin" "15c0ad50a235a35e85d03cced9ad0f3938565e5a"; } ]; }