Skip to content

Commit 314a944

Browse files
authored
Version 1.39.0 → 1.40.0 (#2284)
1 parent b52fb4f commit 314a944

File tree

19 files changed

+65
-28
lines changed

19 files changed

+65
-28
lines changed

dhall-bash/dhall-bash.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-bash
2-
Version: 1.0.37
2+
Version: 1.0.38
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -30,7 +30,7 @@ Library
3030
base >= 4.11.0.0 && < 5 ,
3131
bytestring < 0.12,
3232
containers < 0.7 ,
33-
dhall >= 1.36.0 && < 1.40,
33+
dhall >= 1.40.0 && < 1.41,
3434
neat-interpolation < 0.6 ,
3535
shell-escape < 0.3 ,
3636
text >= 0.2 && < 1.3

dhall-csv/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
0.0.1
1+
1.0.0
22

3-
* Initial beta release
3+
* Initial release

dhall-csv/dhall-csv.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Name: dhall-csv
2-
Version: 0.0.1
2+
Version: 1.0.0
33
Cabal-Version: >=1.10
44
Build-Type: Simple
5-
Tested-With: GHC == 8.6.5
65
License: BSD3
76
License-File: LICENSE
87
Copyright: 2021 Marcos Lerones
@@ -39,7 +38,7 @@ Library
3938
containers >= 0.5.9 && < 0.7 ,
4039
either ,
4140
exceptions >= 0.8.3 && < 0.11,
42-
dhall >= 1.39.0 && < 1.40,
41+
dhall >= 1.39.0 && < 1.41,
4342
filepath < 1.5 ,
4443
optparse-applicative ,
4544
prettyprinter >= 1.5.1 && < 1.8 ,

dhall-docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.7
2+
3+
* [Add `--base-import-url` flag](https://github.com/dhall-lang/dhall-haskell/pull/2215)
4+
* This flag adds a URL prefix to all paths copied to the clipboard for ease
5+
of pasting the import in Dhall code
6+
17
1.0.6
28

39
* Build against `dhall-1.39.0`

dhall-docs/dhall-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-docs
2-
Version: 1.0.6
2+
Version: 1.0.7
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -66,7 +66,7 @@ Library
6666
containers ,
6767
cryptonite < 0.30,
6868
directory >= 1.3.0.0 && < 1.4 ,
69-
dhall >= 1.38.0 && < 1.40,
69+
dhall >= 1.38.0 && < 1.41,
7070
file-embed >= 0.0.10.0 ,
7171
filepath >= 1.4 && < 1.5 ,
7272
lens-family-core >= 1.0.0 && < 2.2 ,

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.8
2+
3+
* [Add support for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2247)
4+
15
1.7.7
26

37
* Build against `dhall-1.39.0`

dhall-json/dhall-json.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-json
2-
Version: 1.7.7
2+
Version: 1.7.8
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -43,7 +43,7 @@ Library
4343
aeson-yaml >= 1.1.0 && < 1.2 ,
4444
bytestring < 0.12,
4545
containers >= 0.5.9 && < 0.7 ,
46-
dhall >= 1.39.0 && < 1.40,
46+
dhall >= 1.40.0 && < 1.41,
4747
exceptions >= 0.8.3 && < 0.11,
4848
filepath < 1.5 ,
4949
lens-family-core >= 1.0.0 && < 2.2 ,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dhall-lsp-server
2-
Version: 1.0.15
2+
Version: 1.0.16
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
@@ -49,7 +49,7 @@ library
4949
, containers >= 0.5.11.0 && < 0.7
5050
, data-default >= 0.7.1.1 && < 0.8
5151
, directory >= 1.2.2.0 && < 1.4
52-
, dhall >= 1.38.0 && < 1.40
52+
, dhall >= 1.38.0 && < 1.41
5353
, dhall-json >= 1.4 && < 1.8
5454
, filepath >= 1.4.2 && < 1.5
5555
, haskell-lsp >= 0.19.0.0 && < 0.25

dhall-nix/dhall-nix.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dhall-nix
2-
Version: 1.1.21
2+
Version: 1.1.22
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3
@@ -29,7 +29,7 @@ Library
2929
base >= 4.11.0.0 && < 5 ,
3030
containers < 0.7 ,
3131
data-fix < 0.4 ,
32-
dhall >= 1.39 && < 1.40,
32+
dhall >= 1.40 && < 1.41,
3333
hnix >= 0.7 && < 0.15,
3434
lens-family-core >= 1.0.0 && < 2.2 ,
3535
neat-interpolation < 0.6 ,

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.0.5
1+
Version: 1.0.6
22
Cabal-Version: >=1.10
33
Name: dhall-nixpkgs
44
Synopsis: Convert Dhall projects to Nix packages
@@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
1919
Build-Depends: base >= 4.11 && < 5
2020
, aeson >= 1.0.0.0 && < 1.6
2121
, data-fix
22-
, dhall >= 1.32.0 && < 1.40
22+
, dhall >= 1.32.0 && < 1.41
2323
, foldl < 1.5
2424
, hnix >= 0.10.1 && < 0.15
2525
, lens-family-core >= 1.0.0 && < 2.2

0 commit comments

Comments
 (0)