Skip to content

Commit 0bccd64

Browse files
committed
Update README
1 parent db8d378 commit 0bccd64

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,14 @@ team.
4343

4444
## Status
4545

46-
We support [Dhall 15.0.0][dhall-15], including the `with` keyword and record puns. We do not support
46+
We support [Dhall 16.0.0][dhall-16], including the `with` keyword and record puns. We do not support
4747
[URLs with quoted paths](https://docs.dhall-lang.org/howtos/migrations/Deprecation-of-quoted-paths-in-URLs.html),
4848
which were deprecated in 15.0.0 and will be removed in 17.0.0. We currently do support
4949
`Optional/build` and `Optional/fold`, which will also be removed in 17.0.0.
5050

51-
5251
We're running the [Dhall acceptance test suites][dhall-tests] for parsing, normalization,
53-
[CBOR][cbor] encoding and decoding, hashing, and type inference (everything except imports), and
54-
currently 1,040 of 1,041 tests are passing. There's an
55-
[open issue](https://github.com/travisbrown/dhallj/issues/8) that tracks the
56-
acceptance tests that are not passing or that we're not running yet.
52+
[CBOR][cbor] encoding and decoding, hashing, and type inference, and
53+
currently all tests are passing.
5754

5855
There are several known issues:
5956

@@ -699,7 +696,7 @@ Copyright [Travis Brown][travisbrown] and [Tim Spence][timspence], 2020.
699696
[cbor]: https://cbor.io/
700697
[circe]: https://github.com/circe/circe
701698
[code-of-conduct]: https://www.scala-lang.org/conduct/
702-
[dhall-15]: https://github.com/dhall-lang/dhall-lang/releases/tag/v15.0.0
699+
[dhall-16]: https://github.com/dhall-lang/dhall-lang/releases/tag/v16.0.0
703700
[dhall-haskell]: https://github.com/dhall-lang/dhall-haskell
704701
[dhall-imports]: https://github.com/dhall-lang/dhall-lang/blob/master/standard/imports.md
705702
[dhall-json]: https://docs.dhall-lang.org/tutorials/Getting-started_Generate-JSON-or-YAML.html

0 commit comments

Comments
 (0)