Skip to content

Commit

Permalink
Version 1.41.1 → 1.41.2 (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Aug 15, 2022
1 parent b23c526 commit 2d359af
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 9 deletions.
5 changes: 5 additions & 0 deletions dhall-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.3

* Builds against newer dependencies
* [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427)

1.0.2

* Build against `dhall-1.41`
Expand Down
2 changes: 1 addition & 1 deletion dhall-csv/dhall-csv.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-csv
Version: 1.0.2
Version: 1.0.3
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
4 changes: 4 additions & 0 deletions dhall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.10

* [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)

1.0.9

* Build against `dhall-1.41`
Expand Down
2 changes: 1 addition & 1 deletion dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-docs
Version: 1.0.9
Version: 1.0.10
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
6 changes: 6 additions & 0 deletions dhall-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.7.11

* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2433)
* Builds against newer dependencies
* [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424)

1.7.10

* [Don't use scientific notation for large integers](https://github.com/dhall-lang/dhall-haskell/pull/2352)
Expand Down
2 changes: 1 addition & 1 deletion dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-json
Version: 1.7.10
Version: 1.7.11
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
2 changes: 1 addition & 1 deletion dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dhall-lsp-server
Version: 1.1.1
Version: 1.1.2
cabal-version: 1.12
synopsis: Language Server Protocol (LSP) server for Dhall
homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
Expand Down
2 changes: 1 addition & 1 deletion dhall-nix/dhall-nix.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-nix
Version: 1.1.24
Version: 1.1.25
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down
2 changes: 1 addition & 1 deletion dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version: 1.0.8
Version: 1.0.9
Cabal-Version: >=1.10
Name: dhall-nixpkgs
Synopsis: Convert Dhall projects to Nix packages
Expand Down
2 changes: 1 addition & 1 deletion dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: >=1.11
Name: dhall-openapi
Version: 1.0.4
Version: 1.0.5
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
Author: Fabrizio Ferrai
Maintainer: Gabriel439@gmail.com
Expand Down
6 changes: 6 additions & 0 deletions dhall-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.11

* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2410)
* Builds against newer dependencies
* [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424)

1.2.10

* Build against `dhall-1.41`
Expand Down
2 changes: 1 addition & 1 deletion dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-yaml
Version: 1.2.10
Version: 1.2.11
Cabal-Version: >=1.10
Build-Type: Simple
License: GPL-3
Expand Down
18 changes: 18 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.41.2

* [BUG FIX: Fix `:hash` REPL command to α-normalize input](https://github.com/dhall-lang/dhall-haskell/pull/2420)
* [Add `{From,To}Dhall` instances for `DayOfWeek`](https://github.com/dhall-lang/dhall-haskell/pull/2413)
* [Add `{From,To}Dhall` instances for `ShortText`](https://github.com/dhall-lang/dhall-haskell/pull/2413)
* Performance improvements
* [#2423](https://github.com/dhall-lang/dhall-haskell/pull/2423)
* Fixes and improvements to haddocks
* [#2396](https://github.com/dhall-lang/dhall-haskell/pull/2396)
* Fixes and improvements to test suite
* [#2342](https://github.com/dhall-lang/dhall-haskell/pull/2382)
* [#2394](https://github.com/dhall-lang/dhall-haskell/pull/2394)
* Build against newer dependencies
* [`pretty-simple-4.1`](https://github.com/dhall-lang/dhall-haskell/pull/2408)
* [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424)
* [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427)
* [`turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2431)

1.41.1

* [BUG FIX: Don't escape `?` path component when pretty-printing `with` expressions](https://github.com/dhall-lang/dhall-haskell/pull/2392)
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-Version: 2.4
Name: dhall
Version: 1.41.1
Version: 1.41.2
Build-Type: Simple
License: BSD-3-Clause
License-File: LICENSE
Expand Down

0 comments on commit 2d359af

Please sign in to comment.