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 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