Version 1.19.0 → 1.19.1 (#705)

This commit is contained in:
Gabriel Gonzalez 2018-11-27 00:09:00 -08:00 committed by GitHub
parent 653932e112
commit 04e2dbfcaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,20 @@
1.19.1
* BUG FIX: Fix serious `dhall lint` bug
* `dhall lint` would sometimes remove `let` expressions that were still
in use
* See: https://github.com/dhall-lang/dhall-haskell/pull/703
* BUG FIX: Fix import caching efficiency bug
* Some imports were being wastefully fetched multiple times
* See: https://github.com/dhall-lang/dhall-haskell/pull/702
* Feature: Generate dot graph to visualize import graph
* Use the `dhall resolve --dot` command
* See: https://github.com/dhall-lang/dhall-haskell/pull/698
* See: https://github.com/dhall-lang/dhall-haskell/pull/713
* Improve HTTP error messages
* See: https://github.com/dhall-lang/dhall-haskell/pull/710
1.19.0
* Supports version 4.0.0 of the language standard

View File

@ -1,4 +1,4 @@
# `dhall 1.19.0`
# `dhall 1.19.1`
[![Hackage](https://img.shields.io/hackage/v/dhall.svg)](https://hackage.haskell.org/package/dhall)

View File

@ -1,5 +1,5 @@
Name: dhall
Version: 1.19.0
Version: 1.19.1
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.0.1