Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cabal.project.user
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions streaming-benchmarks.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading