File tree Expand file tree Collapse file tree 16 files changed +101
-31
lines changed Expand file tree Collapse file tree 16 files changed +101
-31
lines changed Original file line number Diff line number Diff line change 1
1
Name : dhall-bash
2
- Version : 1.0.36
2
+ Version : 1.0.37
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
Tested-With : GHC == 8.4.3 , GHC == 8.6.1
@@ -31,7 +31,7 @@ Library
31
31
base >= 4.11.0.0 && < 5 ,
32
32
bytestring < 0.12 ,
33
33
containers < 0.7 ,
34
- dhall >= 1.36.0 && < 1.39 ,
34
+ dhall >= 1.36.0 && < 1.40 ,
35
35
neat-interpolation < 0.6 ,
36
36
shell-escape < 0.3 ,
37
37
text >= 0.2 && < 1.3
Original file line number Diff line number Diff line change
1
+ 1.0.6
2
+
3
+ * Build against ` dhall-1.39.0 `
4
+
1
5
1.0.5
2
6
3
7
* [ BUG FIX: Fix index generation] ( https://github.com/dhall-lang/dhall-haskell/pull/2150 )
Original file line number Diff line number Diff line change 1
1
Name : dhall-docs
2
- Version : 1.0.5
2
+ Version : 1.0.6
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
Tested-With : GHC == 8.6.1
@@ -67,7 +67,7 @@ Library
67
67
containers ,
68
68
cryptonite < 0.30 ,
69
69
directory >= 1.3.0.0 && < 1.4 ,
70
- dhall >= 1.38.0 && < 1.39 ,
70
+ dhall >= 1.38.0 && < 1.40 ,
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.7
2
+
3
+ * Build against ` dhall-1.39.0 `
4
+
1
5
1.7.6
2
6
3
7
* [ Fix ` hashable ` -related test failures] ( https://github.com/dhall-lang/dhall-haskell/pull/2152 )
Original file line number Diff line number Diff line change 1
1
Name : dhall-json
2
- Version : 1.7.6
2
+ Version : 1.7.7
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
Tested-With : GHC == 8.4.3 , GHC == 8.6.1
@@ -44,7 +44,7 @@ Library
44
44
aeson-yaml >= 1.1.0 && < 1.2 ,
45
45
bytestring < 0.12 ,
46
46
containers >= 0.5.9 && < 0.7 ,
47
- dhall >= 1.38 .0 && < 1.39 ,
47
+ dhall >= 1.39 .0 && < 1.40 ,
48
48
exceptions >= 0.8.3 && < 0.11 ,
49
49
filepath < 1.5 ,
50
50
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.14
2
+ Version : 1.0.15
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.39
52
+ , dhall >= 1.38.0 && < 1.40
53
53
, dhall-json >= 1.4 && < 1.8
54
54
, filepath >= 1.4.2 && < 1.5
55
55
, haskell-lsp >= 0.19.0.0 && < 0.25
Original file line number Diff line number Diff line change 1
1
Name : dhall-nix
2
- Version : 1.1.20
2
+ Version : 1.1.21
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
Tested-With : GHC == 8.0.1
@@ -30,7 +30,7 @@ Library
30
30
base >= 4.11.0.0 && < 5 ,
31
31
containers < 0.7 ,
32
32
data-fix < 0.4 ,
33
- dhall >= 1.38 && < 1.39 ,
33
+ dhall >= 1.39 && < 1.40 ,
34
34
hnix >= 0.7 && < 0.14 ,
35
35
lens-family-core >= 1.0.0 && < 2.2 ,
36
36
neat-interpolation < 0.6 ,
Original file line number Diff line number Diff line change 1
- Version : 1.0.4
1
+ Version : 1.0.5
2
2
Cabal-Version : >= 1.10
3
3
Name : dhall-nixpkgs
4
4
Synopsis : Convert Dhall projects to Nix packages
@@ -19,7 +19,7 @@ Executable dhall-to-nixpkgs
19
19
Build-Depends : base >= 4.11 && < 5
20
20
, aeson >= 1.0.0.0 && < 1.6
21
21
, data-fix
22
- , dhall >= 1.32.0 && < 1.39
22
+ , dhall >= 1.32.0 && < 1.40
23
23
, foldl < 1.5
24
24
, hnix >= 0.10.1 && < 0.14
25
25
, lens-family-core >= 1.0.0 && < 2.2
Original file line number Diff line number Diff line change 1
1
Cabal-Version : >= 1.10
2
2
Name : dhall-openapi
3
- Version : 1.0.0
3
+ Version : 1.0.1
4
4
Homepage : https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-openapi#dhall-openapi
5
5
Author : Fabrizio Ferrai
6
6
Maintainer : Gabriel439@gmail.com
@@ -78,7 +78,7 @@ Library
78
78
base >= 4.11.0.0 && < 5 ,
79
79
aeson >= 1.0.0.0 && < 1.6 ,
80
80
containers >= 0.5.8.0 && < 0.7 ,
81
- dhall >= 1.38.0 && < 1.39 ,
81
+ dhall >= 1.38.0 && < 1.40 ,
82
82
prettyprinter >= 1.7.0 && < 1.8 ,
83
83
scientific >= 0.3.0.0 && < 0.4 ,
84
84
sort >= 1.0 && < 1.1 ,
Original file line number Diff line number Diff line change
1
+ 1.2.7
2
+
3
+ * Build against ` dhall-1.39.0 `
4
+
1
5
1.2.6
2
6
3
7
* [ Allow bytestring-0.11] ( https://github.com/dhall-lang/dhall-haskell/pull/2144 )
You can’t perform that action at this time.
0 commit comments