From fad3589782a63fefa739d7cd1654ca362768e05b Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Mon, 13 May 2019 18:05:56 +0300 Subject: [PATCH] Update to latest Dhall version (#65) --- README.md | 4 ++-- docs/README.md.dhall | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87a9c56f..60a32587 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.md.dhall b/docs/README.md.dhall index 23a69eae..346f8902 100644 --- a/docs/README.md.dhall +++ b/docs/README.md.dhall @@ -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