haskellPackages.dhall-nix: 1.1.24 -> 1.1.25
This matches the dhall version shipped by stackage. Note that it still doesn't build due to hnix being broken at the moment.
This commit is contained in:
parent
4d26fe5c57
commit
736497d797
@ -83,8 +83,6 @@ default-package-overrides:
|
||||
- hnix < 0.15
|
||||
# needs http-client >= 0.7.11 which isn't part of Stackage LTS 18
|
||||
- http-client-restricted < 0.0.5
|
||||
# Needs dhall 1.41.*, Stackage LTS 19 has 1.40
|
||||
- dhall-nix < 1.1.24
|
||||
# patch is primarily used by reflex packages not all of which are patch 0.0.7 compatible yet
|
||||
- patch < 0.0.7
|
||||
- reflex < 0.8.2.1
|
||||
|
@ -79037,31 +79037,6 @@ self: {
|
||||
}) {};
|
||||
|
||||
"dhall-nix" = callPackage
|
||||
({ mkDerivation, base, containers, data-fix, dhall, hnix
|
||||
, lens-family-core, neat-interpolation, optparse-generic, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dhall-nix";
|
||||
version = "1.1.23";
|
||||
sha256 = "17ajfkhxg4kjn6w7v3ymr6nsbqplvywkcwmfzybxqvmphh4zmfjb";
|
||||
revision = "1";
|
||||
editedCabalFile = "1grr0r30nbhi1d52vhmhp0rx2pas0wbg7m5npsqczfgd1d9p43dz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers data-fix dhall hnix lens-family-core
|
||||
neat-interpolation text
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base dhall hnix optparse-generic text
|
||||
];
|
||||
description = "Dhall to Nix compiler";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "dhall-to-nix";
|
||||
maintainers = [ lib.maintainers.Gabriel439 ];
|
||||
}) {};
|
||||
|
||||
"dhall-nix_1_1_25" = callPackage
|
||||
({ mkDerivation, base, containers, data-fix, dhall, hnix
|
||||
, lens-family-core, neat-interpolation, optparse-generic, text
|
||||
}:
|
||||
@ -79082,7 +79057,6 @@ self: {
|
||||
];
|
||||
description = "Dhall to Nix compiler";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "dhall-to-nix";
|
||||
maintainers = [ lib.maintainers.Gabriel439 ];
|
||||
}) {};
|
||||
|
Loading…
Reference in New Issue
Block a user