mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-18 00:59:42 +01:00
Update gRPC version mentioned in the README
This commit is contained in:
parent
2cf0feb689
commit
c0c4b2fc29
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ have extended and released under the same [`LICENSE`](./LICENSE)
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
**The current version of this library requires gRPC version 1.34.1. Newer versions may work but have not been tested.**
|
**The current version of this library requires gRPC version 1.46.3. Newer versions may work but have not been tested.**
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -22,7 +22,7 @@ put the completed package into the nix store. `nix-shell` can be used to give
|
||||||
you a development environment where you can use `cabal` for development and
|
you a development environment where you can use `cabal` for development and
|
||||||
testing:
|
testing:
|
||||||
|
|
||||||
```bash
|
``` console
|
||||||
$ nix-shell
|
$ nix-shell
|
||||||
[nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
|
[nix-shell]$ cabal configure --enable-tests && cabal build && cabal test
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue