File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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+
1181.19.0
219
320* Supports version 4.0.0 of the language standard
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Name : dhall
2- Version : 1.19.0
2+ Version : 1.19.1
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-With : GHC == 8.0.1
You can’t perform that action at this time.
0 commit comments