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:
maralorn 2024-07-14 23:37:38 +02:00
parent b2deb40d3d
commit 90a2ea7cfe
No known key found for this signature in database
2 changed files with 62 additions and 0 deletions
pkgs/development/haskell-modules

View File

@ -844,6 +844,7 @@ dont-distribute-packages:
- clash-verilog - clash-verilog
- clash-vhdl - clash-vhdl
- clashilator - clashilator
- classify-frog
- classy-effects - classy-effects
- classy-effects-th - classy-effects-th
- classy-miso - classy-miso
@ -1406,6 +1407,7 @@ dont-distribute-packages:
- forms-data-format - forms-data-format
- forsyde-deep - forsyde-deep
- forth-hll - forth-hll
- fortran-src-extras
- foscam-directory - foscam-directory
- foscam-sort - foscam-sort
- fpco-api - fpco-api

View File

@ -10236,6 +10236,8 @@ self: {
libraryHaskellDepends = [ base bytestring serialport stm ]; libraryHaskellDepends = [ base bytestring serialport stm ];
description = "An Haskell library to drive the french Minitel through a serial port"; description = "An Haskell library to drive the french Minitel through a serial port";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"HaPy" = callPackage "HaPy" = callPackage
@ -15150,6 +15152,8 @@ self: {
]; ];
description = "A Haskell interface to Lego Mindstorms NXT"; description = "A Haskell interface to Lego Mindstorms NXT";
license = lib.licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {bluetooth = null;}; }) {bluetooth = null;};
"NXTDSL" = callPackage "NXTDSL" = callPackage
@ -48200,7 +48204,9 @@ self: {
]; ];
description = "Implementation of the BGAPI serial protocol"; description = "Implementation of the BGAPI serial protocol";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "bglibtest"; mainProgram = "bglibtest";
broken = true;
}) {}; }) {};
"bgmax" = callPackage "bgmax" = callPackage
@ -56271,6 +56277,8 @@ self: {
]; ];
description = "Haskell interface to the Bus Pirate binary interface"; description = "Haskell interface to the Bus Pirate binary interface";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"buster" = callPackage "buster" = callPackage
@ -66413,6 +66421,7 @@ self: {
]; ];
description = "Classify sounds produced by Xenopus laevis"; description = "Classify sounds produced by Xenopus laevis";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "classify-frog"; mainProgram = "classify-frog";
}) {}; }) {};
@ -100023,6 +100032,8 @@ self: {
]; ];
description = "Safe helpers for accessing and modifying environment variables"; description = "Safe helpers for accessing and modifying environment variables";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"env-guard" = callPackage "env-guard" = callPackage
@ -111746,7 +111757,9 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial)"; description = "Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial)";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "fortran-src"; mainProgram = "fortran-src";
broken = true;
}) {}; }) {};
"fortran-src-extras" = callPackage "fortran-src-extras" = callPackage
@ -111777,6 +111790,7 @@ self: {
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
description = "Common functions and utils for fortran-src"; description = "Common functions and utils for fortran-src";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "fortran-src-extras"; mainProgram = "fortran-src-extras";
}) {}; }) {};
@ -112659,6 +112673,8 @@ self: {
]; ];
description = "Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads)"; description = "Efficient Type-Safe Capture-Avoiding Substitution for Free (Scoped Monads)";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"free-functors" = callPackage "free-functors" = callPackage
@ -115443,6 +115459,8 @@ self: {
libraryHaskellDepends = [ base bytestring serialport ]; libraryHaskellDepends = [ base bytestring serialport ];
description = "Interface to the FXPak/FXPak Pro USB interface"; description = "Interface to the FXPak/FXPak Pro USB interface";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"g-npm" = callPackage "g-npm" = callPackage
@ -121357,7 +121375,9 @@ self: {
testToolDepends = [ ghcide ]; testToolDepends = [ ghcide ];
description = "An LSP client for running performance experiments on HLS"; description = "An LSP client for running performance experiments on HLS";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "ghcide-bench"; mainProgram = "ghcide-bench";
broken = true;
}) {}; }) {};
"ghcide-test-utils" = callPackage "ghcide-test-utils" = callPackage
@ -123251,6 +123271,8 @@ self: {
libraryPkgconfigDepends = [ keybinder ]; libraryPkgconfigDepends = [ keybinder ];
description = "Libkeybinder bindings"; description = "Libkeybinder bindings";
license = lib.licenses.lgpl21Only; license = lib.licenses.lgpl21Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) keybinder;}; }) {inherit (pkgs) keybinder;};
"gi-notify" = callPackage "gi-notify" = callPackage
@ -136516,7 +136538,9 @@ self: {
]; ];
testHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring ];
license = "GPL"; license = "GPL";
hydraPlatforms = lib.platforms.none;
mainProgram = "hamlog"; mainProgram = "hamlog";
broken = true;
}) {}; }) {};
"hamid" = callPackage "hamid" = callPackage
@ -160984,7 +161008,9 @@ self: {
]; ];
description = "Synchronize with the Haskell security advisory database"; description = "Synchronize with the Haskell security advisory database";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hsec-sync"; mainProgram = "hsec-sync";
broken = true;
}) {}; }) {};
"hsec-tools" = callPackage "hsec-tools" = callPackage
@ -161017,7 +161043,9 @@ self: {
]; ];
description = "Tools for working with the Haskell security advisory database"; description = "Tools for working with the Haskell security advisory database";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hsec-tools"; mainProgram = "hsec-tools";
broken = true;
}) {}; }) {};
"hsemail" = callPackage "hsemail" = callPackage
@ -171508,6 +171536,8 @@ self: {
]; ];
description = "IPython standard widgets for IHaskell"; description = "IPython standard widgets for IHaskell";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ihp-hsx" = callPackage "ihp-hsx" = callPackage
@ -183562,7 +183592,9 @@ self: {
]; ];
description = "back up a secret key securely to the cloud"; description = "back up a secret key securely to the cloud";
license = lib.licenses.agpl3Only; license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "keysafe"; mainProgram = "keysafe";
broken = true;
}) {}; }) {};
"keystore" = callPackage "keystore" = callPackage
@ -184119,6 +184151,8 @@ self: {
]; ];
description = "Linear algebra and interpolation using LLVM JIT"; description = "Linear algebra and interpolation using LLVM JIT";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"knit" = callPackage "knit" = callPackage
@ -186467,7 +186501,9 @@ self: {
doHaddock = false; doHaddock = false;
description = "A language for generative literature"; description = "A language for generative literature";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "emd"; mainProgram = "emd";
broken = true;
}) {}; }) {};
"language-docker_11_0_0" = callPackage "language-docker_11_0_0" = callPackage
@ -194602,6 +194638,8 @@ self: {
]; ];
description = "Processor specific intrinsics for the llvm interface"; description = "Processor specific intrinsics for the llvm interface";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"llvm-extra" = callPackage "llvm-extra" = callPackage
@ -197202,6 +197240,8 @@ self: {
]; ];
description = "Haskell library for Language Server Protocol clients"; description = "Haskell library for Language Server Protocol clients";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"lsp-test" = callPackage "lsp-test" = callPackage
@ -201026,7 +201066,9 @@ self: {
testHaskellDepends = [ base ]; testHaskellDepends = [ base ];
description = "A micro web framework based on pattern matching"; description = "A micro web framework based on pattern matching";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "matcha-exe"; mainProgram = "matcha-exe";
broken = true;
}) {}; }) {};
"matchable" = callPackage "matchable" = callPackage
@ -222766,6 +222808,8 @@ self: {
testHaskellDepends = [ base ]; testHaskellDepends = [ base ];
description = "Communicate to OBD interfaces over ELM327"; description = "Communicate to OBD interfaces over ELM327";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"obdd" = callPackage "obdd" = callPackage
@ -253411,6 +253455,8 @@ self: {
libraryHaskellDepends = [ base bin fin lens ral ]; libraryHaskellDepends = [ base bin fin lens ral ];
description = "Length-indexed random access lists: lens utilities"; description = "Length-indexed random access lists: lens utilities";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ral-optics" = callPackage "ral-optics" = callPackage
@ -253422,6 +253468,8 @@ self: {
libraryHaskellDepends = [ base bin fin optics-core ral ]; libraryHaskellDepends = [ base bin fin optics-core ral ];
description = "Length-indexed random access lists: optics utilities"; description = "Length-indexed random access lists: optics utilities";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ralist" = callPackage "ralist" = callPackage
@ -294396,6 +294444,8 @@ self: {
]; ];
description = "A Haskell interface to SUMP-compatible logic analyzers"; description = "A Haskell interface to SUMP-compatible logic analyzers";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"sundown" = callPackage "sundown" = callPackage
@ -297209,6 +297259,8 @@ self: {
doHaddock = false; doHaddock = false;
description = "Efficient signal processing using runtime compilation"; description = "Efficient signal processing using runtime compilation";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"synthesizer-midi" = callPackage "synthesizer-midi" = callPackage
@ -306614,6 +306666,8 @@ self: {
]; ];
description = "Serial support for tidal"; description = "Serial support for tidal";
license = lib.licenses.gpl3Only; license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"tidal-vis" = callPackage "tidal-vis" = callPackage
@ -307880,6 +307934,8 @@ self: {
]; ];
description = "TinyMesh - communicating with auto-meshing sensor network"; description = "TinyMesh - communicating with auto-meshing sensor network";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"tinyXml" = callPackage "tinyXml" = callPackage
@ -322112,6 +322168,8 @@ self: {
libraryHaskellDepends = [ base fin lens vec ]; libraryHaskellDepends = [ base fin lens vec ];
description = "Vec: length-indexed (sized) list: lens support"; description = "Vec: length-indexed (sized) list: lens support";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"vec-optics" = callPackage "vec-optics" = callPackage
@ -322123,6 +322181,8 @@ self: {
libraryHaskellDepends = [ base fin optics-core vec ]; libraryHaskellDepends = [ base fin optics-core vec ];
description = "Vec: length-indexed (sized) list: optics support"; description = "Vec: length-indexed (sized) list: optics support";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"vect" = callPackage "vect" = callPackage