3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.dhall-{openapi,nix}: unrestrict

stackage has updated to dhall 1.39, so we can update these as well:

haskellPackages.dhall-openapi: 1.0.0 -> 1.0.1

haskellPackages.dhall-nix: 1.1.20 -> 1.1.21
This commit is contained in:
sternenseemann 2021-06-14 23:05:21 +02:00
parent ee899c8c93
commit a5f7608182
2 changed files with 0 additions and 54 deletions

View file

@ -93,9 +93,6 @@ 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
# 2021-06-14: hnix still needs old versions https://github.com/haskell-nix/hnix/issues/952
- hnix-store-core < 0.5
- hnix-store-remote < 0.5

View file

@ -73900,30 +73900,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.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
}:
@ -73942,7 +73918,6 @@ self: {
];
description = "Dhall to Nix compiler";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};
@ -73969,31 +73944,6 @@ 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
@ -74015,7 +73965,6 @@ self: {
];
description = "Convert an OpenAPI specification to a Dhall package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Gabriel439 ];
}) {};