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 1
1
Name : dhall-bash
2
- Version : 1.0.39
2
+ Version : 1.0.40
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
License : BSD3
@@ -30,7 +30,7 @@ Library
30
30
base >= 4.11.0.0 && < 5 ,
31
31
bytestring < 0.12 ,
32
32
containers < 0.7 ,
33
- dhall >= 1.40 .0 && < 1.41 ,
33
+ dhall >= 1.41 .0 && < 1.42 ,
34
34
neat-interpolation < 0.6 ,
35
35
shell-escape < 0.3 ,
36
36
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 )
1
5
1.0.1
2
6
3
7
* [ 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 1
1
Name : dhall-csv
2
- Version : 1.0.1
2
+ Version : 1.0.2
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
License : BSD3
@@ -38,7 +38,7 @@ Library
38
38
containers >= 0.5.9 && < 0.7 ,
39
39
either ,
40
40
exceptions >= 0.8.3 && < 0.11 ,
41
- dhall >= 1.39.0 && < 1.41 ,
41
+ dhall >= 1.39.0 && < 1.42 ,
42
42
filepath < 1.5 ,
43
43
optparse-applicative ,
44
44
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
+
1
8
1.0.8
2
9
3
10
* [ Support GHC 9.2] ( https://github.com/dhall-lang/dhall-haskell/pull/2328 )
Original file line number Diff line number Diff line change 1
1
Name : dhall-docs
2
- Version : 1.0.8
2
+ Version : 1.0.9
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
License : BSD3
@@ -67,7 +67,7 @@ Library
67
67
containers ,
68
68
cryptohash-sha256 ,
69
69
directory >= 1.3.0.0 && < 1.4 ,
70
- dhall >= 1.38.0 && < 1.41 ,
70
+ dhall >= 1.38.0 && < 1.42 ,
71
71
file-embed >= 0.0.10.0 ,
72
72
filepath >= 1.4 && < 1.5 ,
73
73
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
+
1
8
1.7.9
2
9
3
10
* [ Build against ` aeson-2.0 ` ] ( https://github.com/dhall-lang/dhall-haskell/pull/2315 )
Original file line number Diff line number Diff line change 1
1
Name : dhall-json
2
- Version : 1.7.9
2
+ Version : 1.7.10
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
License : BSD3
@@ -43,7 +43,7 @@ Library
43
43
aeson-yaml >= 1.1.0 && < 1.2 ,
44
44
bytestring < 0.12 ,
45
45
containers >= 0.5.9 && < 0.7 ,
46
- dhall >= 1.40 .0 && < 1.41 ,
46
+ dhall >= 1.41 .0 && < 1.42 ,
47
47
exceptions >= 0.8.3 && < 0.11 ,
48
48
filepath < 1.5 ,
49
49
lens-family-core >= 1.0.0 && < 2.2 ,
Original file line number Diff line number Diff line change 1
1
name : dhall-lsp-server
2
- Version : 1.0.17
2
+ Version : 1.0.18
3
3
cabal-version : 1.12
4
4
synopsis : Language Server Protocol (LSP) server for Dhall
5
5
homepage : https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme
@@ -49,7 +49,7 @@ library
49
49
, containers >= 0.5.11.0 && < 0.7
50
50
, data-default >= 0.7.1.1 && < 0.8
51
51
, directory >= 1.2.2.0 && < 1.4
52
- , dhall >= 1.38.0 && < 1.41
52
+ , dhall >= 1.38.0 && < 1.42
53
53
, dhall-json >= 1.4 && < 1.8
54
54
, filepath >= 1.4.2 && < 1.5
55
55
, haskell-lsp >= 0.21.0.0 && < 0.25
Original file line number Diff line number Diff line change 1
1
Name : dhall-nix
2
- Version : 1.1.23
2
+ Version : 1.1.24
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
License : BSD3
@@ -29,7 +29,7 @@ Library
29
29
base >= 4.11.0.0 && < 5 ,
30
30
containers < 0.7 ,
31
31
data-fix < 0.4 ,
32
- dhall >= 1.40 && < 1.41 ,
32
+ dhall >= 1.41 && < 1.42 ,
33
33
hnix >= 0.7 && < 0.15 ,
34
34
lens-family-core >= 1.0.0 && < 2.2 ,
35
35
neat-interpolation < 0.6 ,
Original file line number Diff line number Diff line change 1
- Version : 1.0.7
1
+ Version : 1.0.8
2
2
Cabal-Version : >= 1.10
3
3
Name : dhall-nixpkgs
4
4
Synopsis : Convert Dhall projects to Nix packages
@@ -22,7 +22,7 @@ Executable dhall-to-nixpkgs
22
22
, base64-bytestring >= 1.1.0.0
23
23
, bytestring < 0.12
24
24
, data-fix
25
- , dhall >= 1.32.0 && < 1.41
25
+ , dhall >= 1.32.0 && < 1.42
26
26
, foldl < 1.5
27
27
, hnix >= 0.10.1 && < 0.15
28
28
, lens-family-core >= 1.0.0 && < 2.2
You can’t perform that action at this time.
0 commit comments