forked from mirrors/nixpkgs
haskellPackages.dhall-{nix,openapi}: pin to support dhall 1.38.*
This commit is contained in:
parent
0b4e5efe09
commit
13c72a9a82
|
@ -93,6 +93,9 @@ default-package-overrides:
|
|||
- futhark < 0.19.5
|
||||
# 2021-06-05: remove once pandoc 2.14 is in stackage
|
||||
- pandoc-crossref < 0.3.11.0
|
||||
# 2021-06-07: stackage still has dhall < 1.39
|
||||
- dhall-nix < 1.1.21
|
||||
- dhall-openapi < 1.0.1
|
||||
|
||||
extra-packages:
|
||||
- base16-bytestring < 1 # required for cabal-install etc.
|
||||
|
|
|
@ -74058,6 +74058,30 @@ 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.20";
|
||||
sha256 = "14d9icvgmrphnbjjwlskh88p7vgphgb0xqd91p217bf2xhl9k2xd";
|
||||
revision = "2";
|
||||
editedCabalFile = "1w90jrkzmbv5nasafkkv0kyfmnqkngldx2lr891113h2mqbbr3wx";
|
||||
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;
|
||||
maintainers = with lib.maintainers; [ Gabriel439 ];
|
||||
}) {};
|
||||
|
||||
"dhall-nix_1_1_21" = callPackage
|
||||
({ mkDerivation, base, containers, data-fix, dhall, hnix
|
||||
, lens-family-core, neat-interpolation, optparse-generic, text
|
||||
}:
|
||||
|
@ -74076,6 +74100,7 @@ self: {
|
|||
];
|
||||
description = "Dhall to Nix compiler";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ Gabriel439 ];
|
||||
}) {};
|
||||
|
||||
|
@ -74102,6 +74127,31 @@ self: {
|
|||
}) {};
|
||||
|
||||
"dhall-openapi" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, dhall, directory
|
||||
, filepath, megaparsec, optparse-applicative, parser-combinators
|
||||
, prettyprinter, scientific, sort, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "dhall-openapi";
|
||||
version = "1.0.0";
|
||||
sha256 = "1dg1hj8yfm08bzzirzg6cq26vkxv6i86rrf96a73pb1hpz3jjq7j";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base containers dhall prettyprinter scientific sort text
|
||||
vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson base containers dhall directory filepath megaparsec
|
||||
optparse-applicative parser-combinators prettyprinter sort text
|
||||
vector
|
||||
];
|
||||
description = "Convert an OpenAPI specification to a Dhall package";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ Gabriel439 ];
|
||||
}) {};
|
||||
|
||||
"dhall-openapi_1_0_1" = callPackage
|
||||
({ mkDerivation, aeson, base, containers, dhall, directory
|
||||
, filepath, megaparsec, optparse-applicative, parser-combinators
|
||||
, prettyprinter, scientific, sort, text, vector
|
||||
|
@ -74123,6 +74173,7 @@ self: {
|
|||
];
|
||||
description = "Convert an OpenAPI specification to a Dhall package";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ Gabriel439 ];
|
||||
}) {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue