Fix streamly versions in the doc

This commit is contained in:
Adithya Kumar 2023-03-08 00:24:36 +05:30 committed by Harendra Kumar
parent 7cb2426b63
commit bfeee8a615
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -92,7 +92,7 @@ You can also ask `cabal` to use a specific version of `streamly-core` by
adding a version number constraint to the `--build-depends` flag:
```
$ cabal repl --build-depends streamly-core==0.8.3
$ cabal repl --build-depends streamly-core==0.1.0
...
ghci>
```