Skip to content

Commit

Permalink
Version 1.19.0 → 1.19.1 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Nov 27, 2018
1 parent 653932e commit 04e2dbf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dhall/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04e2dbf

Please sign in to comment.