Skip to content

Commit 2d359af

Browse files
authored
Version 1.41.1 → 1.41.2 (#2435)
1 parent b23c526 commit 2d359af

File tree

14 files changed

+48
-9
lines changed

14 files changed

+48
-9
lines changed

dhall-csv/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.3
2+
3+
* Builds against newer dependencies
4+
* [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427)
5+
16
1.0.2
27

38
* Build against `dhall-1.41`

dhall-csv/dhall-csv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-csv
2-
Version: 1.0.2
2+
Version: 1.0.3
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

dhall-docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.10
2+
3+
* [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)
4+
15
1.0.9
26

37
* Build against `dhall-1.41`

dhall-docs/dhall-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-docs
2-
Version: 1.0.9
2+
Version: 1.0.10
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

dhall-json/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.7.11
2+
3+
* [Add new `--preserve-header` option](https://github.com/dhall-lang/dhall-haskell/pull/2433)
4+
* Builds against newer dependencies
5+
* [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424)
6+
17
1.7.10
28

39
* [Don't use scientific notation for large integers](https://github.com/dhall-lang/dhall-haskell/pull/2352)

dhall-json/dhall-json.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-json
2-
Version: 1.7.10
2+
Version: 1.7.11
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dhall-lsp-server
2-
Version: 1.1.1
2+
Version: 1.1.2
33
cabal-version: 1.12
44
synopsis: Language Server Protocol (LSP) server for Dhall
55
homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme

dhall-nix/dhall-nix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-nix
2-
Version: 1.1.24
2+
Version: 1.1.25
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.0.8
1+
Version: 1.0.9
22
Cabal-Version: >=1.10
33
Name: dhall-nixpkgs
44
Synopsis: Convert Dhall projects to Nix packages

dhall-openapi/dhall-openapi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cabal-Version: >=1.11
22
Name: dhall-openapi
3-
Version: 1.0.4
3+
Version: 1.0.5
44
Homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
55
Author: Fabrizio Ferrai
66
Maintainer: Gabriel439@gmail.com

0 commit comments

Comments
 (0)