forked from mirrors/nixpkgs
hackage-packages.nix: Regenerate based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
d37cb254f6
commit
d45bcb549e
|
@ -20651,6 +20651,7 @@ self: {
|
|||
description = "Bindings to the VulkanMemoryAllocator library";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"WAVE" = callPackage
|
||||
|
@ -35494,6 +35495,7 @@ self: {
|
|||
testHaskellDepends = [ base doctest ];
|
||||
description = "Template Haskell to automatically pass values to functions";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"autoexporter" = callPackage
|
||||
|
@ -41611,7 +41613,7 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {wlc = null;};
|
||||
}) {inherit (pkgs) wlc;};
|
||||
|
||||
"bindings-yices" = callPackage
|
||||
({ mkDerivation, base, gmp, yices }:
|
||||
|
@ -86334,6 +86336,7 @@ self: {
|
|||
benchmarkHaskellDepends = [ base criterion ];
|
||||
description = "Exact real arithmetic";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"exact-real-positional" = callPackage
|
||||
|
@ -157455,6 +157458,7 @@ self: {
|
|||
testHaskellDepends = [ base directory filepath process ];
|
||||
description = "Analysis and generation of C code";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"language-c_0_9_0_1" = callPackage
|
||||
|
@ -157474,6 +157478,7 @@ self: {
|
|||
description = "Analysis and generation of C code";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"language-c-comments" = callPackage
|
||||
|
@ -191888,6 +191893,7 @@ self: {
|
|||
];
|
||||
description = "Types and functions for Kepler orbits";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"orc" = callPackage
|
||||
|
@ -270657,7 +270663,7 @@ self: {
|
|||
testToolDepends = [ tasty-discover ];
|
||||
description = "A program to update fetchgit values in Nix expressions";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ sorki ];
|
||||
maintainers = with lib.maintainers; [ expipiplus1 sorki ];
|
||||
}) {};
|
||||
|
||||
"update-repos" = callPackage
|
||||
|
@ -273581,6 +273587,7 @@ self: {
|
|||
];
|
||||
description = "Size tagged vectors";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"vector-space" = callPackage
|
||||
|
@ -275161,6 +275168,7 @@ self: {
|
|||
description = "Bindings to the Vulkan graphics API";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {vulkan = null;};
|
||||
|
||||
"vulkan-api" = callPackage
|
||||
|
@ -275196,6 +275204,7 @@ self: {
|
|||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
maintainers = with lib.maintainers; [ expipiplus1 ];
|
||||
}) {};
|
||||
|
||||
"waargonaut" = callPackage
|
||||
|
@ -280170,7 +280179,7 @@ self: {
|
|||
description = "Haskell bindings for the wlc library";
|
||||
license = lib.licenses.isc;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {wlc = null;};
|
||||
}) {inherit (pkgs) wlc;};
|
||||
|
||||
"wobsurv" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base-prelude, bytestring
|
||||
|
|
Loading…
Reference in a new issue