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-03-18 13:53:27 +01:00
parent 8ad8233d93
commit 12ffb29d61
2 changed files with 13 additions and 71 deletions
pkgs/development/haskell-modules

View File

@ -136,7 +136,6 @@ dont-distribute-packages:
- GPipe-TextureLoad
- GeBoP
- GenI
- GenSmsPdu
- Genbank
- Gene-CluEDO
- GenussFold
@ -593,8 +592,6 @@ dont-distribute-packages:
- aws-kinesis-client
- aws-kinesis-reshard
- aws-lambda
- aws-lambda-haskell-runtime
- aws-lambda-haskell-runtime-wai
- aws-mfa-credentials
- aws-sdk
- aws-sdk-xml-unordered
@ -1021,7 +1018,7 @@ dont-distribute-packages:
- cqrs-test
- cqrs-testkit
- crackNum
- crackNum_3_6
- crackNum_3_10
- craft
- craftwerk-cairo
- craftwerk-gtk
@ -1290,6 +1287,7 @@ dont-distribute-packages:
- errors-ext
- ersatz-toysat
- esotericbot
- esqueleto-postgis
- esqueleto-streaming
- essence-of-live-coding-PortMidi
- essence-of-live-coding-gloss
@ -1992,6 +1990,7 @@ dont-distribute-packages:
- haskoin-bitcoind
- haskoin-crypto
- haskoin-node
- haskoin-node_1_1_0
- haskoin-protocol
- haskoin-script
- haskoon
@ -2676,6 +2675,7 @@ dont-distribute-packages:
- lol-typing
- loli
- longshot
- looksee-trip
- loop-effin
- lorentz
- lostcities
@ -3929,6 +3929,7 @@ dont-distribute-packages:
- syntaxnet-haskell
- synthesizer-llvm
- sys-process
- syslog
- systemd-api
- systemstats
- t3-client
@ -4162,6 +4163,8 @@ dont-distribute-packages:
- util-exception
- util-primitive-control
- util-universe
- utxorpc-client
- utxorpc-server
- uu-cco-examples
- uu-cco-hut-parsing
- uu-cco-uu-parsinglib

View File

@ -7448,7 +7448,6 @@ self: {
testHaskellDepends = [ base QuickCheck random ];
description = "Automatic SMS message generator";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "GenSmsPdu";
}) {};
@ -43258,7 +43257,6 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Haskell runtime for AWS Lambda";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"aws-lambda-haskell-runtime-wai" = callPackage
@ -43282,7 +43280,6 @@ self: {
];
description = "Run wai applications on AWS Lambda";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"aws-lambda-runtime" = callPackage
@ -99676,6 +99673,7 @@ self: {
];
description = "postgis bindings for esqueleto";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"esqueleto-streaming" = callPackage
@ -193017,6 +193015,7 @@ self: {
];
description = "A simple text parser with decent errors";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"lookup-tables" = callPackage
@ -193599,37 +193598,6 @@ self: {
}) {};
"lsp" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring
, co-log-core, containers, data-default, directory, exceptions
, filepath, hashable, hspec, hspec-discover, lens, lens-aeson
, lsp-types, mtl, prettyprinter, random, row-types, sorted-list
, stm, text, text-rope, transformers, unliftio-core
, unordered-containers, uuid
}:
mkDerivation {
pname = "lsp";
version = "2.3.0.0";
sha256 = "0jxvwhmfvnyp6r1kqfg13qpkd1a6a26r8z1aqhg2lj62lnz6d672";
revision = "1";
editedCabalFile = "15jx8x106lnv824yw6mip10gxjbgqww4557xfbyi9nvmgb83h7xj";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson async attoparsec base bytestring co-log-core containers
data-default directory exceptions filepath hashable lens lens-aeson
lsp-types mtl prettyprinter random row-types sorted-list stm text
text-rope transformers unliftio-core unordered-containers uuid
];
testHaskellDepends = [
base containers hspec row-types sorted-list text text-rope
unordered-containers
];
testToolDepends = [ hspec-discover ];
description = "Haskell library for the Microsoft Language Server Protocol";
license = lib.licenses.mit;
}) {};
"lsp_2_4_0_0" = callPackage
({ mkDerivation, aeson, async, attoparsec, base, bytestring
, co-log-core, containers, data-default, directory, exceptions
, filepath, hashable, hspec, hspec-discover, lens, lens-aeson
@ -193656,7 +193624,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Haskell library for the Microsoft Language Server Protocol";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"lsp-client" = callPackage
@ -193687,35 +193654,6 @@ self: {
}) {};
"lsp-test" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
, bytestring, co-log-core, conduit, conduit-parse, containers
, data-default, Diff, directory, exceptions, extra, filepath, Glob
, hspec, lens, lens-aeson, lsp, lsp-types, mtl, parser-combinators
, process, row-types, some, text, time, transformers, unix
, unliftio
}:
mkDerivation {
pname = "lsp-test";
version = "0.16.0.1";
sha256 = "0vh4x6yx7drz78ffl4p80r6ykba7fvs0wfj3dp7lhn0k8yji4zv0";
libraryHaskellDepends = [
aeson aeson-pretty ansi-terminal async base bytestring co-log-core
conduit conduit-parse containers data-default Diff directory
exceptions filepath Glob lens lens-aeson lsp lsp-types mtl
parser-combinators process row-types some text time transformers
unix
];
testHaskellDepends = [
aeson base co-log-core containers data-default directory filepath
hspec lens lsp mtl parser-combinators process text unliftio
];
testToolDepends = [ lsp ];
benchmarkHaskellDepends = [ base extra lsp process ];
description = "Functional test framework for LSP servers";
license = lib.licenses.bsd3;
}) {};
"lsp-test_0_17_0_0" = callPackage
({ mkDerivation, aeson, aeson-pretty, ansi-terminal, async, base
, bytestring, co-log-core, conduit, conduit-parse, containers
, data-default, Diff, directory, exceptions, extra, filepath, Glob
@ -193745,7 +193683,6 @@ self: {
benchmarkHaskellDepends = [ base extra lsp process ];
description = "Functional test framework for LSP servers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"lsp-types_2_0_2_0" = callPackage
@ -237995,6 +237932,7 @@ self: {
executableHaskellDepends = [ base PortMidi ];
description = "PortMidi utilities";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
mainProgram = "portmidi-list-devices";
}) {};
@ -281278,10 +281216,8 @@ self: {
testHaskellDepends = [ base bytestring hspec hspec-core text ];
description = "Manage the application of templates to custom yaml";
license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "specup";
maintainers = [ lib.maintainers.danielrolls ];
broken = true;
}) {};
"speechmatics" = callPackage
@ -292420,6 +292356,7 @@ self: {
testHaskellDepends = [ base byteslice primitive ];
description = "Decode RFC 3164 and RFC 5424 syslog message formats";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"system-argv0" = callPackage
@ -315114,6 +315051,7 @@ self: {
];
description = "An SDK for clients of the UTxO RPC specification";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"utxorpc-server" = callPackage
@ -315145,6 +315083,7 @@ self: {
];
description = "An SDK for UTxO RPC services";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "server-example";
}) {};