File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,3 @@ packages:
10
10
./dhall-openapi
11
11
./dhall-toml
12
12
./dhall-yaml
13
-
14
- source-repository-package
15
- type : git
16
- location : https://github.com/haskell-nix/hnix.git
17
- tag : 2adbc502e62e755ca0372c913e6278ebe564d7d2
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Library
30
30
containers < 0.7 ,
31
31
data-fix < 0.4 ,
32
32
dhall >= 1.42 && < 1.43 ,
33
- hnix >= 0.16 && < 0.17 ,
33
+ hnix >= 0.16 && < 0.18 ,
34
34
lens-family-core >= 1.0.0 && < 2.2 ,
35
35
neat-interpolation < 0.6 ,
36
36
text >= 0.8.0.0 && < 2.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Executable dhall-to-nixpkgs
24
24
, data-fix
25
25
, dhall >= 1.42.0 && < 1.43
26
26
, foldl < 1.5
27
- , hnix >= 0.10.1 && < 0.17
27
+ , hnix >= 0.10.1 && < 0.18
28
28
, lens-family-core >= 1.0.0 && < 2.2
29
29
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
30
30
, megaparsec >= 7.0.0 && < 10
You can’t perform that action at this time.
0 commit comments