Update to latest Dhall version (#65)

This commit is contained in:
Fabrizio Ferrai 2019-05-13 18:05:56 +03:00 committed by GitHub
parent d2edbe2104
commit fad3589782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -30,12 +30,12 @@ or the [full tutorial][dhall-tutorial].
## Prerequisites
**NOTE**: `dhall-kubernetes` requires at least version `1.22.0` of [the interpreter](https://github.com/dhall-lang/dhall-haskell)
**NOTE**: `dhall-kubernetes` requires at least version `1.23.0` of [the interpreter](https://github.com/dhall-lang/dhall-haskell)
(version `7.0.0` of the language).
You can install the latest version with the following [stack][stack] command:
```bash
stack install dhall-1.22.0 dhall-json-1.2.8 --resolver=nightly-2019-04-28
stack install dhall-1.23.0 dhall-json-1.2.8 --resolver=nightly-2019-05-13
```
## Quickstart - a simple Deployment

View File

@ -31,12 +31,12 @@ or the [full tutorial][dhall-tutorial].
## Prerequisites
**NOTE**: `dhall-kubernetes` requires at least version `1.22.0` of [the interpreter](https://github.com/dhall-lang/dhall-haskell)
**NOTE**: `dhall-kubernetes` requires at least version `1.23.0` of [the interpreter](https://github.com/dhall-lang/dhall-haskell)
(version `7.0.0` of the language).
You can install the latest version with the following [stack][stack] command:
```bash
stack install dhall-1.22.0 dhall-json-1.2.8 --resolver=nightly-2019-04-28
stack install dhall-1.23.0 dhall-json-1.2.8 --resolver=nightly-2019-05-13
```
## Quickstart - a simple Deployment