File tree Expand file tree Collapse file tree 13 files changed +76
-17
lines changed Expand file tree Collapse file tree 13 files changed +76
-17
lines changed Original file line number Diff line number Diff line change 11Name : dhall-bash
2- Version : 1.0.32
2+ Version : 1.0.33
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-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.34.0 && < 1.35 ,
34+ dhall >= 1.34.0 && < 1.36 ,
3535 neat-interpolation < 0.6 ,
3636 shell-escape < 0.3 ,
3737 text >= 0.2 && < 1.3
Original file line number Diff line number Diff line change 1+ 1.0.1
2+
3+ * Improved jump to definition support
4+ * [ Jump to definition on ` let ` bindings] ( https://github.com/dhall-lang/dhall-haskell/pull/1966 )
5+ * [ Jump to definition on ` λ ` bindings] ( https://github.com/dhall-lang/dhall-haskell/pull/1982 )
6+ * [ Jump to definition on record fields] ( https://github.com/dhall-lang/dhall-haskell/pull/1991 )
7+ * [ BUG FIX: Support for long path names] ( https://github.com/dhall-lang/dhall-haskell/pull/1976 )
8+ * [ BUG FIX: Support for large directory trees] ( https://github.com/dhall-lang/dhall-haskell/pull/2006 )
9+ * [ Add ` dhall-docs ` ` man ` page] ( https://github.com/dhall-lang/dhall-haskell/pull/2010 )
10+
1111.0.0
212
313* [ Generate documentation from header comment] ( https://github.com/dhall-lang/dhall-haskell/pull/1929 )
Original file line number Diff line number Diff line change 11Name : dhall-docs
2- Version : 1.0.0
2+ Version : 1.0.1
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-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.34 .0 && < 1.35 ,
68+ dhall >= 1.35 .0 && < 1.36 ,
6969 file-embed >= 0.0.10.0 ,
7070 filepath >= 1.4 && < 1.5 ,
7171 lens-family-core >= 1.0.0 && < 2.2 ,
Original file line number Diff line number Diff line change 1+ 1.7.2
2+
3+ * [ The ` --documents ` flag now wraps non-` List ` s in a document] ( https://github.com/dhall-lang/dhall-haskell/pull/1977 )
4+
151.7.1
26
37* [ Format documents with leading ` --- ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/1865 )
Original file line number Diff line number Diff line change 11Name : dhall-json
2- Version : 1.7.1
2+ Version : 1.7.2
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-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.34 .0 && < 1.35 ,
47+ dhall >= 1.35 .0 && < 1.36 ,
4848 exceptions >= 0.8.3 && < 0.11 ,
4949 filepath < 1.5 ,
5050 lens-family-core >= 1.0.0 && < 2.2 ,
Original file line number Diff line number Diff line change 11name : dhall-lsp-server
2- Version : 1.0.9
2+ Version : 1.0.10
33cabal-version : 1.12
44synopsis : Language Server Protocol (LSP) server for Dhall
55homepage : 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.34 .0 && < 1.35
53+ , dhall >= 1.35 .0 && < 1.36
5454 , dhall-json >= 1.4 && < 1.8
5555 , filepath >= 1.4.2 && < 1.5
5656 , haskell-lsp >= 0.19.0.0 && < 0.23
Original file line number Diff line number Diff line change 11Name : dhall-nix
2- Version : 1.1.16
2+ Version : 1.1.17
33Cabal-Version : >= 1.10
44Build-Type : Simple
55Tested-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.34 && < 1.35 ,
33+ dhall >= 1.35 && < 1.36 ,
3434 hnix >= 0.7 && < 0.10 ,
3535 lens-family-core >= 1.0.0 && < 2.2 ,
3636 neat-interpolation < 0.6 ,
Original file line number Diff line number Diff line change 11Cabal-Version : >= 1.10
22Name : dhall-nixpkgs
3- Version : 1.0.0
3+ Version : 1.0.1
44Synopsis : Convert Dhall projects to Nix packages
55Description : 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.35
22+ , dhall >= 1.32.0 && < 1.36
2323 , foldl < 1.5
2424 , hnix >= 0.7 && < 0.10
2525 , lens-family-core >= 1.0.0 && < 2.2
Original file line number Diff line number Diff 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.34.0 && < 1.35 ,
26+ dhall >= 1.34.0 && < 1.36 ,
2727 dhall-openapi ,
2828 megaparsec >= 7.0 && < 9.1 ,
2929 optparse-applicative >= 0.14.3.0 && < 0.17 ,
@@ -49,7 +49,7 @@ library
4949 base >= 4.8.2.0 && < 5 ,
5050 aeson >= 1.0.0.0 && < 1.5 ,
5151 containers >= 0.5.0.0 && < 0.7 ,
52- dhall >= 1.34.0 && < 1.35 ,
52+ dhall >= 1.34.0 && < 1.36 ,
5353 optparse-applicative >= 0.14.3.0 && < 0.17 ,
5454 prettyprinter >= 1.2.0.1 && < 1.8 ,
5555 sort >= 1.0 && < 1.1 ,
Original file line number Diff line number Diff line change 1+ 1.2.2
2+
3+ * [ The ` --documents ` flag now wraps non-` List ` s in a document] ( https://github.com/dhall-lang/dhall-haskell/pull/1977 )
4+
151.2.1
26
37* [ Format documents with leading ` --- ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/1865 )
You can’t perform that action at this time.
0 commit comments