Skip to content

Commit eb0327c

Browse files
authored
Version 1.35.0 → 1.36.0 (#2071)
1 parent 087ab76 commit eb0327c

File tree

13 files changed

+51
-24
lines changed

13 files changed

+51
-24
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.33
2+
Version: 1.0.34
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.35.0 && < 1.36,
34+
dhall >= 1.36.0 && < 1.37,
3535
neat-interpolation < 0.6 ,
3636
shell-escape < 0.3 ,
3737
text >= 0.2 && < 1.3

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.2
2+
3+
* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)
4+
15
1.0.1
26

37
* Improved jump to definition support

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.1
2+
Version: 1.0.2
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
Tested-With: GHC == 8.6.1
@@ -65,7 +65,7 @@ Library
6565
containers ,
6666
cryptonite < 0.28,
6767
directory >= 1.3.0.0 && < 1.4 ,
68-
dhall >= 1.35.0 && < 1.36,
68+
dhall >= 1.35.0 && < 1.37,
6969
file-embed >= 0.0.10.0 ,
7070
filepath >= 1.4 && < 1.5 ,
7171
lens-family-core >= 1.0.0 && < 2.2 ,

dhall-json/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.7.3
2+
3+
* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)
4+
* [Support new `Text/replace` built-in](https://github.com/dhall-lang/dhall-haskell/pull/2063)
5+
16
1.7.2
27

38
* [The `--documents` flag now wraps non-`List`s in a document](https://github.com/dhall-lang/dhall-haskell/pull/1977)

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.2
2+
Version: 1.7.3
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.35.0 && < 1.36,
47+
dhall >= 1.36.0 && < 1.37,
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.10
2+
Version: 1.0.11
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.35.0 && < 1.36
53+
, dhall >= 1.35.0 && < 1.37
5454
, dhall-json >= 1.4 && < 1.8
5555
, filepath >= 1.4.2 && < 1.5
5656
, haskell-lsp >= 0.19.0.0 && < 0.24

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.17
2+
Version: 1.1.18
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.35 && < 1.36,
33+
dhall >= 1.36 && < 1.37,
3434
hnix >= 0.7 && < 0.11,
3535
lens-family-core >= 1.0.0 && < 2.2 ,
3636
neat-interpolation < 0.6 ,

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
Version: 1.0.2
12
Cabal-Version: >=1.10
23
Name: dhall-nixpkgs
3-
Version: 1.0.1
44
Synopsis: Convert Dhall projects to Nix packages
55
Description: This package provides a @dhall-to-nixpkgs@ executable that
66
converts a Dhall project to a Nix expression that can be
@@ -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.36
22+
, dhall >= 1.32.0 && < 1.37
2323
, foldl < 1.5
2424
, hnix >= 0.10.1 && < 0.11
2525
, lens-family-core >= 1.0.0 && < 2.2

dhall-openapi/dhall-openapi.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ executable openapi-to-dhall
2020
default-extensions: DuplicateRecordFields GeneralizedNewtypeDeriving LambdaCase RecordWildCards ScopedTypeVariables OverloadedStrings FlexibleInstances ConstraintKinds ApplicativeDo TupleSections
2121
ghc-options: -Wall
2222
build-depends:
23-
base >= 4.11.0.0 && < 5 ,
24-
aeson >= 1.0.0.0 && < 1.6 ,
25-
containers >= 0.5.8.0 && < 0.7 ,
23+
base ,
24+
aeson ,
25+
containers ,
2626
directory >= 1.3.0.0 && < 1.4 ,
27-
dhall >= 1.35.0 && < 1.36 ,
27+
dhall ,
2828
dhall-openapi ,
2929
filepath >= 1.4 && < 1.5 ,
3030
megaparsec >= 7.0 && < 9.1 ,
3131
optparse-applicative >= 0.14.3.0 && < 0.17 ,
3232
parser-combinators ,
33-
prettyprinter >= 1.7.0 && < 1.8 ,
34-
sort >= 1.0 && < 1.1 ,
35-
text >= 0.11.1.0 && < 1.3 ,
36-
vector >= 0.11.0.0 && < 0.13
33+
prettyprinter ,
34+
sort ,
35+
text ,
36+
vector
3737
default-language: Haskell2010
3838

3939
library
@@ -49,7 +49,7 @@ library
4949
base >= 4.11.0.0 && < 5 ,
5050
aeson >= 1.0.0.0 && < 1.6 ,
5151
containers >= 0.5.8.0 && < 0.7 ,
52-
dhall >= 1.35.0 && < 1.36 ,
52+
dhall >= 1.35.0 && < 1.37 ,
5353
prettyprinter >= 1.7.0 && < 1.8 ,
5454
sort >= 1.0 && < 1.1 ,
5555
text >= 0.11.1.0 && < 1.3 ,

dhall-yaml/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.3
2+
3+
* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)
4+
15
1.2.2
26

37
* [The `--documents` flag now wraps non-`List`s in a document](https://github.com/dhall-lang/dhall-haskell/pull/1977)

0 commit comments

Comments
 (0)