Skip to content

Commit

Permalink
dhall-nix: allow hnix-0.17 (#2559)
Browse files Browse the repository at this point in the history
* dhall-nix: allow hnix-0.17

Closes #2556

* dhall-nixpkgs: allow hnix 0.17

* cabal.project: drop hnix override
  • Loading branch information
sorki authored Dec 24, 2023
1 parent d7a024e commit ab58159
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ packages:
./dhall-openapi
./dhall-toml
./dhall-yaml

source-repository-package
type: git
location: https://github.com/haskell-nix/hnix.git
tag: 2adbc502e62e755ca0372c913e6278ebe564d7d2
2 changes: 1 addition & 1 deletion dhall-nix/dhall-nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Library
containers < 0.7 ,
data-fix < 0.4 ,
dhall >= 1.42 && < 1.43,
hnix >= 0.16 && < 0.17,
hnix >= 0.16 && < 0.18,
lens-family-core >= 1.0.0 && < 2.2 ,
neat-interpolation < 0.6 ,
text >= 0.8.0.0 && < 2.1
Expand Down
2 changes: 1 addition & 1 deletion dhall-nixpkgs/dhall-nixpkgs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Executable dhall-to-nixpkgs
, data-fix
, dhall >= 1.42.0 && < 1.43
, foldl < 1.5
, hnix >= 0.10.1 && < 0.17
, hnix >= 0.10.1 && < 0.18
, lens-family-core >= 1.0.0 && < 2.2
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
, megaparsec >= 7.0.0 && < 10
Expand Down

0 comments on commit ab58159

Please sign in to comment.