haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
Dennis Gosnell 2022-06-17 16:45:02 +09:00
parent e0b894b75f
commit 4374838973
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -45549,6 +45549,7 @@ self: {
description = "blockfrost.io basic client";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ sorki ];
}) {};
"blockfrost-client-core" = callPackage
@ -72838,6 +72839,7 @@ self: {
libraryHaskellDepends = [ base mtl template-haskell ];
description = "Simple lenses, minimum dependencies";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ sorki ];
}) {};
"data-lens-template" = callPackage
@ -137850,7 +137852,7 @@ self: {
];
description = "Haskell implementation of the Nix language";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Anton-Latukha ];
maintainers = with lib.maintainers; [ Anton-Latukha sorki ];
}) {};
"hnix_0_16_0" = callPackage
@ -137905,7 +137907,41 @@ self: {
description = "Haskell implementation of the Nix language";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Anton-Latukha ];
maintainers = with lib.maintainers; [ Anton-Latukha sorki ];
}) {};
"hnix-store-core_0_5_0_0" = callPackage
({ mkDerivation, algebraic-graphs, attoparsec, base
, base16-bytestring, base64-bytestring, binary, bytestring, cereal
, containers, cryptonite, directory, filepath, hashable, hspec
, lifted-base, memory, monad-control, mtl, nix-derivation, process
, saltine, tasty, tasty-discover, tasty-golden, tasty-hspec
, tasty-hunit, tasty-quickcheck, temporary, text, time, unix
, unordered-containers, vector
}:
mkDerivation {
pname = "hnix-store-core";
version = "0.5.0.0";
sha256 = "1w5qmk7qhasv2qydrhg3g5x9s2pjf5602w084lj1zbman44phzv5";
revision = "2";
editedCabalFile = "0iy7h66fqpg3glssywn1ag7a4mcmgnqn9xfhid1jyxnzqhllf20n";
libraryHaskellDepends = [
algebraic-graphs attoparsec base base16-bytestring
base64-bytestring bytestring cereal containers cryptonite directory
filepath hashable lifted-base memory monad-control mtl
nix-derivation saltine text time unix unordered-containers vector
];
testHaskellDepends = [
attoparsec base base16-bytestring base64-bytestring binary
bytestring containers cryptonite directory filepath hspec process
tasty tasty-golden tasty-hspec tasty-hunit tasty-quickcheck
temporary text unix
];
testToolDepends = [ tasty-discover ];
description = "Core effects for interacting with the Nix store";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Anton-Latukha sorki ];
}) {};
"hnix-store-core" = callPackage
@ -137937,7 +137973,27 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Core effects for interacting with the Nix store";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Anton-Latukha ];
maintainers = with lib.maintainers; [ Anton-Latukha sorki ];
}) {};
"hnix-store-remote_0_5_0_0" = callPackage
({ mkDerivation, attoparsec, base, binary, bytestring, containers
, cryptonite, hnix-store-core, mtl, network, nix-derivation, text
, time, unordered-containers
}:
mkDerivation {
pname = "hnix-store-remote";
version = "0.5.0.0";
sha256 = "0xvqi1l84ic249qf566vz3pxv75qwgc5d2cf3grh3rcxchp12kf9";
libraryHaskellDepends = [
attoparsec base binary bytestring containers cryptonite
hnix-store-core mtl network nix-derivation text time
unordered-containers
];
description = "Remote hnix store";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ Anton-Latukha sorki ];
}) {};
"hnix-store-remote" = callPackage
@ -137956,7 +138012,7 @@ self: {
];
description = "Remote hnix store";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ Anton-Latukha ];
maintainers = with lib.maintainers; [ Anton-Latukha sorki ];
}) {};
"hnn" = callPackage
@ -154012,6 +154068,7 @@ self: {
benchmarkHaskellDepends = [ base criterion parsec ];
description = "A math-inspired programmatic 2D & 3D CAD system";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ sorki ];
}) {};
"implicit-hie" = callPackage
@ -196914,7 +196971,7 @@ self: {
];
description = "Explain why two Nix derivations differ";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ Gabriel439 terlar ];
maintainers = with lib.maintainers; [ Gabriel439 sorki terlar ];
}) {};
"nix-eval" = callPackage