From 04e2dbfcaa207d72176c60475bffff76d8fc2e07 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Tue, 27 Nov 2018 00:09:00 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.19.0=20=E2=86=92=201.19.1=20(#705)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhall/CHANGELOG.md | 17 +++++++++++++++++ dhall/README.md | 2 +- dhall/dhall.cabal | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/dhall/CHANGELOG.md b/dhall/CHANGELOG.md index c75fa487d..9b1363fb7 100644 --- a/dhall/CHANGELOG.md +++ b/dhall/CHANGELOG.md @@ -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 diff --git a/dhall/README.md b/dhall/README.md index aa3d2ca32..90311da06 100644 --- a/dhall/README.md +++ b/dhall/README.md @@ -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) diff --git a/dhall/dhall.cabal b/dhall/dhall.cabal index 18a93a9d8..5522e5685 100644 --- a/dhall/dhall.cabal +++ b/dhall/dhall.cabal @@ -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