Update the streamly version in all the required files

This commit is contained in:
Adithya Kumar 2022-03-01 23:42:52 +05:30
parent 453e2fda7e
commit 14c2894321
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
GHC_VERSION=8.10.4
STREAMLY_VERSION=0.8.1.1
STREAMLY_VERSION=0.8.2
case `uname` in
Darwin) SYSTEM=x86_64-osx;;

View File

@ -13,7 +13,7 @@ set -e
SCRIPT_DIR=$(dirname $0)
STREAMLY_VERSION=0.8.1.1
STREAMLY_VERSION=0.8.2
BENCH_REPORT_DIR=benchmark/bench-report
source $SCRIPT_DIR/targets.sh

View File

@ -2,7 +2,7 @@
SCRIPT_DIR=$(dirname $0)
STREAMLY_VERSION=0.8.1.1
STREAMLY_VERSION=0.8.2
BENCH_REPORT_DIR=benchmark/bench-report
source $SCRIPT_DIR/targets.sh

View File

@ -204,7 +204,7 @@ You can also ask `cabal` to use a specific version of `streamly` by
adding a version number constraint to the `--build-depends` flag:
```
$ cabal repl --build-depends streamly==0.8.1.1
$ cabal repl --build-depends streamly==0.8.2
[1 of 1] Compiling Main ( Main.hs, interpreted )
Ok, modules loaded: Main.
*Main>

View File

@ -227,7 +227,7 @@ the concurrent actions are executed.
See the [haddock documentation on
hackage](https://hackage.haskell.org/package/streamly) and [a comprehensive tutorial
here](https://streamly.composewell.com/streamly-0.8.1/Tutorial.html).
here](https://streamly.composewell.com/streamly-0.8.2/Tutorial.html).
## References

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: streamly
version: 0.8.1.1
version: 0.8.2
synopsis: Dataflow programming and declarative concurrency
description:
Browse the documentation at https://streamly.composewell.com.