Skip to content

Commit ab58159

Browse files
authored
dhall-nix: allow hnix-0.17 (#2559)
* dhall-nix: allow hnix-0.17 Closes #2556 * dhall-nixpkgs: allow hnix 0.17 * cabal.project: drop hnix override
1 parent d7a024e commit ab58159

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

cabal.project

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ packages:
1010
./dhall-openapi
1111
./dhall-toml
1212
./dhall-yaml
13-
14-
source-repository-package
15-
type: git
16-
location: https://github.com/haskell-nix/hnix.git
17-
tag: 2adbc502e62e755ca0372c913e6278ebe564d7d2

dhall-nix/dhall-nix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Library
3030
containers < 0.7 ,
3131
data-fix < 0.4 ,
3232
dhall >= 1.42 && < 1.43,
33-
hnix >= 0.16 && < 0.17,
33+
hnix >= 0.16 && < 0.18,
3434
lens-family-core >= 1.0.0 && < 2.2 ,
3535
neat-interpolation < 0.6 ,
3636
text >= 0.8.0.0 && < 2.1

dhall-nixpkgs/dhall-nixpkgs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Executable dhall-to-nixpkgs
2424
, data-fix
2525
, dhall >= 1.42.0 && < 1.43
2626
, foldl < 1.5
27-
, hnix >= 0.10.1 && < 0.17
27+
, hnix >= 0.10.1 && < 0.18
2828
, lens-family-core >= 1.0.0 && < 2.2
2929
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
3030
, megaparsec >= 7.0.0 && < 10

0 commit comments

Comments
 (0)