Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dhall-bash/dhall-bash.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-bash
Version: 1.0.33
Version: 1.0.34
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.4.3, GHC == 8.6.1
Expand Down Expand Up @@ -31,7 +31,7 @@ Library
base >= 4.11.0.0 && < 5 ,
bytestring < 0.11,
containers < 0.7 ,
dhall >= 1.35.0 && < 1.36,
dhall >= 1.36.0 && < 1.37,
neat-interpolation < 0.6 ,
shell-escape < 0.3 ,
text >= 0.2 && < 1.3
Expand Down
4 changes: 4 additions & 0 deletions dhall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.2

* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)

1.0.1

* Improved jump to definition support
Expand Down
4 changes: 2 additions & 2 deletions dhall-docs/dhall-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-docs
Version: 1.0.1
Version: 1.0.2
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.6.1
Expand Down Expand Up @@ -65,7 +65,7 @@ Library
containers ,
cryptonite < 0.28,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.35.0 && < 1.36,
dhall >= 1.35.0 && < 1.37,
file-embed >= 0.0.10.0 ,
filepath >= 1.4 && < 1.5 ,
lens-family-core >= 1.0.0 && < 2.2 ,
Expand Down
5 changes: 5 additions & 0 deletions dhall-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.7.3

* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)
* [Support new `Text/replace` built-in](https://github.com/dhall-lang/dhall-haskell/pull/2063)

1.7.2

* [The `--documents` flag now wraps non-`List`s in a document](https://github.com/dhall-lang/dhall-haskell/pull/1977)
Expand Down
4 changes: 2 additions & 2 deletions dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-json
Version: 1.7.2
Version: 1.7.3
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.4.3, GHC == 8.6.1
Expand Down Expand Up @@ -44,7 +44,7 @@ Library
aeson-yaml >= 1.1.0 && < 1.2 ,
bytestring < 0.11,
containers >= 0.5.9 && < 0.7 ,
dhall >= 1.35.0 && < 1.36,
dhall >= 1.36.0 && < 1.37,
exceptions >= 0.8.3 && < 0.11,
filepath < 1.5 ,
lens-family-core >= 1.0.0 && < 2.2 ,
Expand Down
4 changes: 2 additions & 2 deletions dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dhall-lsp-server
Version: 1.0.10
Version: 1.0.11
cabal-version: 1.12
synopsis: Language Server Protocol (LSP) server for Dhall
homepage: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
Expand Down Expand Up @@ -50,7 +50,7 @@ library
, containers >= 0.5.11.0 && < 0.7
, data-default >= 0.7.1.1 && < 0.8
, directory >= 1.2.2.0 && < 1.4
, dhall >= 1.35.0 && < 1.36
, dhall >= 1.35.0 && < 1.37
, dhall-json >= 1.4 && < 1.8
, filepath >= 1.4.2 && < 1.5
, haskell-lsp >= 0.19.0.0 && < 0.24
Expand Down
4 changes: 2 additions & 2 deletions dhall-nix/dhall-nix.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-nix
Version: 1.1.17
Version: 1.1.18
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.0.1
Expand Down Expand Up @@ -30,7 +30,7 @@ Library
base >= 4.11.0.0 && < 5 ,
containers < 0.7 ,
data-fix < 0.4 ,
dhall >= 1.35 && < 1.36,
dhall >= 1.36 && < 1.37,
hnix >= 0.7 && < 0.11,
lens-family-core >= 1.0.0 && < 2.2 ,
neat-interpolation < 0.6 ,
Expand Down
4 changes: 2 additions & 2 deletions dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version: 1.0.2
Cabal-Version: >=1.10
Name: dhall-nixpkgs
Version: 1.0.1
Synopsis: Convert Dhall projects to Nix packages
Description: This package provides a @dhall-to-nixpkgs@ executable that
converts a Dhall project to a Nix expression that can be
Expand All @@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
Build-Depends: base >= 4.11 && < 5
, aeson >= 1.0.0.0 && < 1.5
, data-fix
, dhall >= 1.32.0 && < 1.36
, dhall >= 1.32.0 && < 1.37
, foldl < 1.5
, hnix >= 0.10.1 && < 0.11
, lens-family-core >= 1.0.0 && < 2.2
Expand Down
18 changes: 9 additions & 9 deletions dhall-openapi/dhall-openapi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ executable openapi-to-dhall
default-extensions: DuplicateRecordFields GeneralizedNewtypeDeriving LambdaCase RecordWildCards ScopedTypeVariables OverloadedStrings FlexibleInstances ConstraintKinds ApplicativeDo TupleSections
ghc-options: -Wall
build-depends:
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 1.6 ,
containers >= 0.5.8.0 && < 0.7 ,
base ,
aeson ,
containers ,
directory >= 1.3.0.0 && < 1.4 ,
dhall >= 1.35.0 && < 1.36 ,
dhall ,
dhall-openapi ,
filepath >= 1.4 && < 1.5 ,
megaparsec >= 7.0 && < 9.1 ,
optparse-applicative >= 0.14.3.0 && < 0.17 ,
parser-combinators ,
prettyprinter >= 1.7.0 && < 1.8 ,
sort >= 1.0 && < 1.1 ,
text >= 0.11.1.0 && < 1.3 ,
vector >= 0.11.0.0 && < 0.13
prettyprinter ,
sort ,
text ,
vector
default-language: Haskell2010

library
Expand All @@ -49,7 +49,7 @@ library
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 1.6 ,
containers >= 0.5.8.0 && < 0.7 ,
dhall >= 1.35.0 && < 1.36 ,
dhall >= 1.35.0 && < 1.37 ,
prettyprinter >= 1.7.0 && < 1.8 ,
sort >= 1.0 && < 1.1 ,
text >= 0.11.1.0 && < 1.3 ,
Expand Down
4 changes: 4 additions & 0 deletions dhall-yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.3

* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2034)

1.2.2

* [The `--documents` flag now wraps non-`List`s in a document](https://github.com/dhall-lang/dhall-haskell/pull/1977)
Expand Down
4 changes: 2 additions & 2 deletions dhall-yaml/dhall-yaml.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall-yaml
Version: 1.2.2
Version: 1.2.3
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.4.3, GHC == 8.6.1
Expand Down Expand Up @@ -37,7 +37,7 @@ Library
base >= 4.11.0.0 && < 5 ,
aeson >= 1.0.0.0 && < 1.6 ,
bytestring < 0.11,
dhall >= 1.31.0 && < 1.36,
dhall >= 1.31.0 && < 1.37,
dhall-json >= 1.6.0 && < 1.8 ,
optparse-applicative >= 0.14.0.0 && < 0.17,
text >= 0.11.1.0 && < 1.3 ,
Expand Down
14 changes: 14 additions & 0 deletions dhall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.36.0

* [Supports version 19.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v19.0.0)
* BREAKING CHANGE TO THE API: [Add `Text/replace` built-in](https://github.com/dhall-lang/dhall-haskell/pull/2063)
* [Implement `with` without syntactic sugar](https://github.com/dhall-lang/dhall-haskell/pull/2055)
* [`dhall lint` will now add a `.dhall` extension to all Prelude imports](https://github.com/dhall-lang/dhall-haskell/pull/2061)
* The old extension-free Prelude imports are deprecated
* [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2016)
* [Improve Template Haskell support for record constructors](https://github.com/dhall-lang/dhall-haskell/pull/2070)
* Fixes and improvements to code formatting
* [#2037](https://github.com/dhall-lang/dhall-haskell/pull/2037)
* [#2048](https://github.com/dhall-lang/dhall-haskell/pull/2048)
* [#2069](https://github.com/dhall-lang/dhall-haskell/pull/2069)

1.35.0

* [Supports version 18.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v18.0.0)
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dhall
Version: 1.35.0
Version: 1.36.0
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.4.3, GHC == 8.6.1
Expand Down