File tree Expand file tree Collapse file tree 17 files changed +71
-21
lines changed Expand file tree Collapse file tree 17 files changed +71
-21
lines changed Original file line number Diff line number Diff line change 11Name : dhall-bash
2- Version : 1.0.39
2+ Version : 1.0.40
33Cabal-Version : >= 1.10
44Build-Type : Simple
55License : BSD3
@@ -30,7 +30,7 @@ Library
3030 base >= 4.11.0.0 && < 5 ,
3131 bytestring < 0.12 ,
3232 containers < 0.7 ,
33- dhall >= 1.40 .0 && < 1.41 ,
33+ dhall >= 1.41 .0 && < 1.42 ,
3434 neat-interpolation < 0.6 ,
3535 shell-escape < 0.3 ,
3636 text >= 0.2 && < 2.1
Original file line number Diff line number Diff line change 1+ 1.0.2
2+
3+ * Build against ` dhall-1.41 `
4+ * [ Build against ` text-2.0 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2356 )
151.0.1
26
37* [ Build against ` tasty-silver ` 3.3] ( https://github.com/dhall-lang/dhall-haskell/pull/2307 )
Original file line number Diff line number Diff line change 11Name : dhall-csv
2- Version : 1.0.1
2+ Version : 1.0.2
33Cabal-Version : >= 1.10
44Build-Type : Simple
55License : BSD3
@@ -38,7 +38,7 @@ Library
3838 containers >= 0.5.9 && < 0.7 ,
3939 either ,
4040 exceptions >= 0.8.3 && < 0.11 ,
41- dhall >= 1.39.0 && < 1.41 ,
41+ dhall >= 1.39.0 && < 1.42 ,
4242 filepath < 1.5 ,
4343 optparse-applicative ,
4444 prettyprinter >= 1.7.0 && < 1.8 ,
Original file line number Diff line number Diff line change 1+ 1.0.9
2+
3+ * Build against ` dhall-1.41 `
4+ * [ Relax upper bound on ` path-io ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2385 )
5+ * [ Build against ` optparse-applicative-0.17 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2376 )
6+ * [ Build against ` text-2.0 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2356 )
7+
181.0.8
29
310* [ Support GHC 9.2] ( https://github.com/dhall-lang/dhall-haskell/pull/2328 )
Original file line number Diff line number Diff line change 11Name : dhall-docs
2- Version : 1.0.8
2+ Version : 1.0.9
33Cabal-Version : >= 1.10
44Build-Type : Simple
55License : BSD3
@@ -67,7 +67,7 @@ Library
6767 containers ,
6868 cryptohash-sha256 ,
6969 directory >= 1.3.0.0 && < 1.4 ,
70- dhall >= 1.38.0 && < 1.41 ,
70+ dhall >= 1.38.0 && < 1.42 ,
7171 file-embed >= 0.0.10.0 ,
7272 filepath >= 1.4 && < 1.5 ,
7373 lens-family-core >= 1.0.0 && < 2.2 ,
Original file line number Diff line number Diff line change 1+ 1.7.10
2+
3+ * [ Don't use scientific notation for large integers] ( https://github.com/dhall-lang/dhall-haskell/pull/2352 )
4+ * Build against ` dhall-1.41 `
5+ * [ Build against ` text-2.0 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2356 )
6+ * [ Build against ` optparse-applicative-0.17 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2376 )
7+
181.7.9
29
310* [ Build against ` aeson-2.0 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2315 )
Original file line number Diff line number Diff line change 11Name : dhall-json
2- Version : 1.7.9
2+ Version : 1.7.10
33Cabal-Version : >= 1.10
44Build-Type : Simple
55License : 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.40 .0 && < 1.41 ,
46+ dhall >= 1.41 .0 && < 1.42 ,
4747 exceptions >= 0.8.3 && < 0.11 ,
4848 filepath < 1.5 ,
4949 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.17
2+ Version : 1.0.18
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
@@ -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.41
52+ , dhall >= 1.38.0 && < 1.42
5353 , dhall-json >= 1.4 && < 1.8
5454 , filepath >= 1.4.2 && < 1.5
5555 , haskell-lsp >= 0.21.0.0 && < 0.25
Original file line number Diff line number Diff line change 11Name : dhall-nix
2- Version : 1.1.23
2+ Version : 1.1.24
33Cabal-Version : >= 1.10
44Build-Type : Simple
55License : 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.40 && < 1.41 ,
32+ dhall >= 1.41 && < 1.42 ,
3333 hnix >= 0.7 && < 0.15 ,
3434 lens-family-core >= 1.0.0 && < 2.2 ,
3535 neat-interpolation < 0.6 ,
Original file line number Diff line number Diff line change 1- Version : 1.0.7
1+ Version : 1.0.8
22Cabal-Version : >= 1.10
33Name : dhall-nixpkgs
44Synopsis : Convert Dhall projects to Nix packages
@@ -22,7 +22,7 @@ Executable dhall-to-nixpkgs
2222 , base64-bytestring >= 1.1.0.0
2323 , bytestring < 0.12
2424 , data-fix
25- , dhall >= 1.32.0 && < 1.41
25+ , dhall >= 1.32.0 && < 1.42
2626 , foldl < 1.5
2727 , hnix >= 0.10.1 && < 0.15
2828 , lens-family-core >= 1.0.0 && < 2.2
You can’t perform that action at this time.
0 commit comments