Skip to content

Commit

Permalink
Update Dhall version in readme (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
MIJOTHY authored and f-f committed Apr 18, 2019
1 parent 69c8513 commit 5d11c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ or the [full tutorial][dhall-tutorial].

## Prerequisites

**NOTE**: `dhall-kubernetes` requires at least version `1.20.1` of [the interpreter](https://github.com/dhall-lang/dhall-haskell)
(version `5.0.0` of the language).
**NOTE**: `dhall-kubernetes` requires at least version `1.21.0` of [the interpreter](https://github.com/dhall-lang/dhall-haskell)
(version `6.0.0` of the language).

You can install the latest version with the following:
```bash
stack install dhall-1.20.1 dhall-json-1.2.6 --resolver=nightly-2019-01-17
stack install dhall-1.21.0 dhall-json-1.2.7 --resolver=nightly-2019-04-16
```

## Quickstart - main API
Expand Down

0 comments on commit 5d11c98

Please sign in to comment.