We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ac162 commit 93511cfCopy full SHA for 93511cf
1 file changed
streaming-benchmarks.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
2
name: streaming-benchmarks
3
-version: 0.4.0
+version: 0.4.1
4
license: MIT
5
license-file: LICENSE
6
author: Composewell Technologies
@@ -30,21 +30,21 @@ tested-with:
30
, GHC==9.2.8
31
, GHC==9.4.4
32
, GHC==9.6.3
33
- , GHC==9.8.1
+ , GHC==9.8.4
34
, GHC==9.10.3
35
- , GHC==9.12.1
+ , GHC==9.12.4
36
, GHC==9.14.1
37
38
build-type: Simple
39
extra-source-files:
40
Benchmarks/VectorCommon.hs
41
- Changelog.md
42
- README.md
43
bench-runner/Main.hs
44
bench-runner/bench-runner.cabal
45
bench-runner/cabal.project.user
46
47
extra-doc-files:
+ Changelog.md
+ README.md
48
docs/benchmarking-notes.md
49
50
source-repository head
0 commit comments