Skip to content

Commit fc56822

Browse files
authored
Version 1.40.1 → 1.40.2 (#2340)
Fixes #2339
1 parent 31350b7 commit fc56822

File tree

18 files changed

+66
-12
lines changed

18 files changed

+66
-12
lines changed

dhall-bash/dhall-bash.cabal

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

dhall-csv/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.1
2+
3+
* [Build against `tasty-silver` 3.3](https://github.com/dhall-lang/dhall-haskell/pull/2307)
4+
15
1.0.0
26

37
* Initial release

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.0
2+
Version: 1.0.1
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

dhall-docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.0.8
2+
3+
* [Support GHC 9.2](https://github.com/dhall-lang/dhall-haskell/pull/2328)
4+
* [Build against `tasty-silver-3.3`](https://github.com/dhall-lang/dhall-haskell/pull/2307)
5+
* [Build against `megaparsec-9.2`](https://github.com/dhall-lang/dhall-haskell/pull/2311)
6+
* [Build against `lucid-2.11`](https://github.com/dhall-lang/dhall-haskell/pull/2327)
7+
* [Build against `doctest-0.19`](https://github.com/dhall-lang/dhall-haskell/pull/2331)
8+
19
1.0.7
210

311
* [Add `--base-import-url` flag](https://github.com/dhall-lang/dhall-haskell/pull/2215)

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.7
2+
Version: 1.0.8
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

dhall-json/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.7.9
2+
3+
* [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)
4+
15
1.7.8
26

37
* [Add support for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2247)

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.8
2+
Version: 1.7.9
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.0.16
2+
Version: 1.0.17
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.22
2+
Version: 1.1.23
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.6
1+
Version: 1.0.7
22
Cabal-Version: >=1.10
33
Name: dhall-nixpkgs
44
Synopsis: Convert Dhall projects to Nix packages

0 commit comments

Comments
 (0)