From 93511cf6c7ff9672980a396efb0b8a901f9f4e25 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Wed, 15 Apr 2026 04:04:16 +0530 Subject: [PATCH 1/2] Bump package version to 0.4.1 --- streaming-benchmarks.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/streaming-benchmarks.cabal b/streaming-benchmarks.cabal index 121e658..2695345 100644 --- a/streaming-benchmarks.cabal +++ b/streaming-benchmarks.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: streaming-benchmarks -version: 0.4.0 +version: 0.4.1 license: MIT license-file: LICENSE author: Composewell Technologies @@ -30,21 +30,21 @@ tested-with: , GHC==9.2.8 , GHC==9.4.4 , GHC==9.6.3 - , GHC==9.8.1 + , GHC==9.8.4 , GHC==9.10.3 - , GHC==9.12.1 + , GHC==9.12.4 , GHC==9.14.1 build-type: Simple extra-source-files: Benchmarks/VectorCommon.hs - Changelog.md - README.md bench-runner/Main.hs bench-runner/bench-runner.cabal bench-runner/cabal.project.user extra-doc-files: + Changelog.md + README.md docs/benchmarking-notes.md source-repository head From 6fa438ee6c54c2c1435677f09c730c73368b70d0 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Wed, 15 Apr 2026 04:04:32 +0530 Subject: [PATCH 2/2] Use hackage version of fusion-plugin --- cabal.project.user | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cabal.project.user b/cabal.project.user index aaac1a7..f99a6f7 100644 --- a/cabal.project.user +++ b/cabal.project.user @@ -1,9 +1,9 @@ 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/fusion-plugin.git +-- tag: 15c0ad50a235a35e85d03cced9ad0f3938565e5a -- source-repository-package -- type: git