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
8807e79bd6
commit
d74484dade
1 changed files with 33 additions and 0 deletions
|
@ -20313,6 +20313,9 @@ self: {
|
|||
libraryHaskellDepends = [ base unix ];
|
||||
description = "A simple interface to shadow passwords (aka, shadow.h)";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"Updater" = callPackage
|
||||
|
@ -93383,6 +93386,9 @@ self: {
|
|||
];
|
||||
description = "Be notified when a file gets appended, solely with what was added. Warning - only works on linux and for files that are strictly appended, like log files.";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"follower" = callPackage
|
||||
|
@ -128174,6 +128180,9 @@ self: {
|
|||
];
|
||||
description = "Haskell binding to inotify, using ByteString filepaths";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"hinquire" = callPackage
|
||||
|
@ -131708,6 +131717,9 @@ self: {
|
|||
libraryHaskellDepends = [ base ];
|
||||
description = "Cross-platform interface to the PC speaker";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"hoobuddy" = callPackage
|
||||
|
@ -163268,6 +163280,9 @@ self: {
|
|||
libraryHaskellDepends = [ base bytestring time unix ];
|
||||
description = "Bindings to Linux evdev input device interface";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"linux-file-extents" = callPackage
|
||||
|
@ -163281,6 +163296,9 @@ self: {
|
|||
libraryHaskellDepends = [ base unix ];
|
||||
description = "Retrieve file fragmentation information under Linux";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"linux-framebuffer" = callPackage
|
||||
|
@ -163304,6 +163322,9 @@ self: {
|
|||
libraryHaskellDepends = [ base bytestring hashable unix ];
|
||||
description = "Thinner binding to the Linux Kernel's inotify interface";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"linux-kmod" = callPackage
|
||||
|
@ -163329,6 +163350,9 @@ self: {
|
|||
libraryHaskellDepends = [ base bytestring ];
|
||||
description = "Mount and unmount filesystems";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"linux-namespaces" = callPackage
|
||||
|
@ -163340,6 +163364,9 @@ self: {
|
|||
libraryHaskellDepends = [ base bytestring unix ];
|
||||
description = "Work with linux namespaces: create new or enter existing ones";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"linux-perf" = callPackage
|
||||
|
@ -183708,6 +183735,9 @@ self: {
|
|||
executableHaskellDepends = [ base ];
|
||||
description = "Netlink communication for Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"netlist" = callPackage
|
||||
|
@ -195018,6 +195048,9 @@ self: {
|
|||
libraryHaskellDepends = [ array base ];
|
||||
description = "Simply interfacing the parallel port on linux";
|
||||
license = "GPL";
|
||||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
}) {};
|
||||
|
||||
"parquet-hs" = callPackage
|
||||
|
|
Loading…
Reference in a new issue