Skip to content

Commit 04e2dbf

Browse files
authored
Version 1.19.0 → 1.19.1 (#705)
1 parent 653932e commit 04e2dbf

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

dhall/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
1.19.1
2+
3+
4+
* BUG FIX: Fix serious `dhall lint` bug
5+
* `dhall lint` would sometimes remove `let` expressions that were still
6+
in use
7+
* See: https://github.com/dhall-lang/dhall-haskell/pull/703
8+
* BUG FIX: Fix import caching efficiency bug
9+
* Some imports were being wastefully fetched multiple times
10+
* See: https://github.com/dhall-lang/dhall-haskell/pull/702
11+
* Feature: Generate dot graph to visualize import graph
12+
* Use the `dhall resolve --dot` command
13+
* See: https://github.com/dhall-lang/dhall-haskell/pull/698
14+
* See: https://github.com/dhall-lang/dhall-haskell/pull/713
15+
* Improve HTTP error messages
16+
* See: https://github.com/dhall-lang/dhall-haskell/pull/710
17+
118
1.19.0
219

320
* Supports version 4.0.0 of the language standard

dhall/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `dhall 1.19.0`
1+
# `dhall 1.19.1`
22

33
[![Hackage](https://img.shields.io/hackage/v/dhall.svg)](https://hackage.haskell.org/package/dhall)
44

dhall/dhall.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall
2-
Version: 1.19.0
2+
Version: 1.19.1
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1

0 commit comments

Comments
 (0)