Skip to content

Commit da64b38

Browse files
authored
Version 1.33.1 → 1.34.0 (#1950)
1 parent 15088d3 commit da64b38

File tree

14 files changed

+100
-17
lines changed

14 files changed

+100
-17
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.31
2+
Version: 1.0.32
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.4.3, GHC == 8.6.1
@@ -31,7 +31,7 @@ Library
3131
base >= 4.11.0.0 && < 5 ,
3232
bytestring < 0.11,
3333
containers < 0.7 ,
34-
dhall >= 1.33.0 && < 1.34,
34+
dhall >= 1.34.0 && < 1.35,
3535
neat-interpolation < 0.6 ,
3636
shell-escape < 0.3 ,
3737
text >= 0.2 && < 1.3

dhall-docs/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.0.0
2+
3+
* [Generate documentation from header comment](https://github.com/dhall-lang/dhall-haskell/pull/1929)
4+
* `dhall-docs` will now render a module header from a comment at
5+
the beginning of a Dhall file
6+
* The comment syntax is essentially markdown with the same whitespace
7+
and indentation rules as multi-line strings in Dhall
8+
* Both block comments and multiple single-line comments are supported
9+
* [Jump to imports](https://github.com/dhall-lang/dhall-haskell/pull/1959)
10+
* The documentation will now generate links for relative and remote imports found within the
11+
rendered source code
12+
* [Add support for non-`let` type annotations](https://github.com/dhall-lang/dhall-haskell/pull/1928)
13+
* `dhall-docs` can now also extract the type of a module from a type
14+
annotation on a bare expression (i.e. an expression that is not a
15+
`let` expression)
16+
117
0.0.1
218

3-
* Project skeleton with command line options
19+
* Initial beta release

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: 0.0.1
2+
Version: 1.0.0
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.6.1
@@ -63,7 +63,7 @@ Library
6363
bytestring < 0.11,
6464
containers ,
6565
directory >= 1.3.0.0 && < 1.4 ,
66-
dhall >= 1.32.0 ,
66+
dhall >= 1.34.0 && < 1.35,
6767
file-embed >= 0.0.10.0 ,
6868
filepath >= 1.4 && < 1.5 ,
6969
lens-family-core >= 1.0.0 && < 2.2 ,

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.1
2+
3+
* [Format documents with leading `---`](https://github.com/dhall-lang/dhall-haskell/pull/1865)
4+
* Now if you use the `--documents` flag the first document will also
5+
include a leading `---`
6+
17
1.7.0
28

39
* BREAKING CHANGE: [Add `--generated-comment` flag for `dhall-to-yaml{-ng}`](https://github.com/dhall-lang/dhall-haskell/pull/1840)

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.0
2+
Version: 1.7.1
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.4.3, GHC == 8.6.1
@@ -44,7 +44,7 @@ Library
4444
aeson-yaml >= 1.1.0 && < 1.2 ,
4545
bytestring < 0.11,
4646
containers >= 0.5.9 && < 0.7 ,
47-
dhall >= 1.33.0 && < 1.34,
47+
dhall >= 1.33.0 && < 1.35,
4848
exceptions >= 0.8.3 && < 0.11,
4949
filepath < 1.5 ,
5050
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.8
2+
Version: 1.0.9
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
@@ -50,7 +50,7 @@ library
5050
, containers >= 0.5.11.0 && < 0.7
5151
, data-default >= 0.7.1.1 && < 0.8
5252
, directory >= 1.2.2.0 && < 1.4
53-
, dhall >= 1.29.0 && < 1.34
53+
, dhall >= 1.29.0 && < 1.35
5454
, dhall-json >= 1.4 && < 1.8
5555
, filepath >= 1.4.2 && < 1.5
5656
, haskell-lsp >= 0.19.0.0 && < 0.23

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.15
2+
Version: 1.1.16
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.0.1
@@ -30,7 +30,7 @@ Library
3030
base >= 4.11.0.0 && < 5 ,
3131
containers < 0.7 ,
3232
data-fix < 0.4 ,
33-
dhall >= 1.31 && < 1.34,
33+
dhall >= 1.34 && < 1.35,
3434
hnix >= 0.7 && < 0.10,
3535
lens-family-core >= 1.0.0 && < 2.2 ,
3636
neat-interpolation < 0.6 ,

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
1919
Build-Depends: base >= 4.11 && < 5
2020
, aeson >= 1.0.0.0 && < 1.5
2121
, data-fix
22-
, dhall >= 1.32.0 && < 1.34
22+
, dhall >= 1.32.0 && < 1.35
2323
, foldl < 1.5
2424
, hnix >= 0.7 && < 0.10
2525
, lens-family-core >= 1.0.0 && < 2.2

dhall-openapi/dhall-openapi.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ executable openapi-to-dhall
2323
base >= 4.8.2.0 && < 5 ,
2424
aeson >= 1.0.0.0 && < 1.5 ,
2525
containers >= 0.5.0.0 && < 0.7 ,
26-
dhall >= 1.22.0 && < 1.34 ,
26+
dhall >= 1.34.0 && < 1.35 ,
2727
megaparsec >= 7.0 && < 8.1 ,
2828
optparse-applicative >= 0.14.3.0 && < 0.16 ,
2929
parser-combinators >= 1.0.3 && < 1.3 ,

dhall-yaml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.1
2+
3+
* [Format documents with leading `---`](https://github.com/dhall-lang/dhall-haskell/pull/1865)
4+
* Now if you use the `--documents` flag the first document will also
5+
include a leading `---`
6+
17
1.2.0
28

39
* BREAKING CHANGE: [Add `--generated-comment` flag for `dhall-to-yaml{-ng}`](https://github.com/dhall-lang/dhall-haskell/pull/1840)

0 commit comments

Comments
 (0)