mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
Update to latest Dhall version (#65)
This commit is contained in:
parent
d2edbe2104
commit
fad3589782
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user