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:
Naïm Favier
2024-05-19 13:45:46 +02:00
parent 1ee63219e2
commit 10e1e11b8e
2 changed files with 11 additions and 14 deletions
@@ -246,7 +246,6 @@ dont-distribute-packages:
- KiCS-debugger - KiCS-debugger
- KiCS-prophecy - KiCS-prophecy
- LDAPv3 - LDAPv3
- LPFP
- LPPaver - LPPaver
- LambdaINet - LambdaINet
- LambdaPrettyQuote - LambdaPrettyQuote
@@ -403,7 +402,6 @@ dont-distribute-packages:
- UTFTConverter - UTFTConverter
- UrlDisp - UrlDisp
- ViennaRNA-extras - ViennaRNA-extras
- Vis
- WEditorBrick - WEditorBrick
- WEditorHyphen - WEditorHyphen
- WL500gPControl - WL500gPControl
@@ -467,6 +465,7 @@ dont-distribute-packages:
- agda-snippets-hakyll - agda-snippets-hakyll
- agentx - agentx
- aip - aip
- airgql
- aivika-distributed - aivika-distributed
- alg - alg
- algebra-checkers - algebra-checkers
@@ -637,7 +636,6 @@ dont-distribute-packages:
- bearriver - bearriver
- beautifHOL - beautifHOL
- bech32-th - bech32-th
- bech32-th_1_1_6
- bein - bein
- belka - belka
- bff - bff
@@ -695,6 +693,7 @@ dont-distribute-packages:
- blink1 - blink1
- blip - blip
- blogination - blogination
- bloohm
- bloxorz - bloxorz
- blubber - blubber
- bluetile - bluetile
@@ -1245,7 +1244,7 @@ dont-distribute-packages:
- electrs-client - electrs-client
- elerea-examples - elerea-examples
- eliminators - eliminators
- eliminators_0_9_4 - eliminators_0_9_5
- elliptic-curve - elliptic-curve
- elsa - elsa
- ema-extra - ema-extra
@@ -2238,7 +2237,6 @@ dont-distribute-packages:
- http-exchange - http-exchange
- http-exchange-instantiations - http-exchange-instantiations
- http-response-decoder - http-response-decoder
- http2-client-exe
- http2-client-grpc - http2-client-grpc
- http2-grpc-proto-lens - http2-grpc-proto-lens
- http2-grpc-proto3-wire - http2-grpc-proto3-wire
@@ -2266,6 +2264,7 @@ dont-distribute-packages:
- hw-json-simple-cursor - hw-json-simple-cursor
- hw-json-standard-cursor - hw-json-standard-cursor
- hw-kafka-avro - hw-kafka-avro
- hw-polysemy
- hw-uri - hw-uri
- hworker-ses - hworker-ses
- hwormhole - hwormhole
@@ -2549,7 +2548,6 @@ dont-distribute-packages:
- ldapply - ldapply
- leaky - leaky
- lean - lean
- learn-physics
- learning-hmm - learning-hmm
- legion - legion
- legion-discovery - legion-discovery
@@ -3256,7 +3254,6 @@ dont-distribute-packages:
- purescript-tsd-gen - purescript-tsd-gen
- pursuit-client - pursuit-client
- push-notify - push-notify
- push-notify-apn
- push-notify-ccs - push-notify-ccs
- push-notify-general - push-notify-general
- puzzle-draw-cmdline - puzzle-draw-cmdline
@@ -3615,7 +3612,6 @@ dont-distribute-packages:
- servant-ekg - servant-ekg
- servant-examples - servant-examples
- servant-haxl-client - servant-haxl-client
- servant-http2-client
- servant-js - servant-js
- servant-jsonrpc-client - servant-jsonrpc-client
- servant-jsonrpc-server - servant-jsonrpc-server
@@ -3906,6 +3902,8 @@ dont-distribute-packages:
- target - target
- task - task
- task-distribution - task-distribution
- tasklite
- tasklite-core
- tasty-bdd - tasty-bdd
- tasty-groundhog-converters - tasty-groundhog-converters
- tasty-integrate - tasty-integrate
+5 -6
View File
@@ -12953,7 +12953,6 @@ self: {
]; ];
description = "Code for the book Learn Physics with Functional Programming"; description = "Code for the book Learn Physics with Functional Programming";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"LPFP-core" = callPackage "LPFP-core" = callPackage
@@ -22165,7 +22164,6 @@ self: {
]; ];
description = "Painless 3D graphics, no affiliation with gloss"; description = "Painless 3D graphics, no affiliation with gloss";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"Vis_1_0_0" = callPackage "Vis_1_0_0" = callPackage
@@ -27717,6 +27715,7 @@ self: {
]; ];
description = "Automatically generate a GraphQL API for an SQLite database"; description = "Automatically generate a GraphQL API for an SQLite database";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
hydraPlatforms = lib.platforms.none;
mainProgram = "airgql"; mainProgram = "airgql";
}) {}; }) {};
@@ -52610,6 +52609,7 @@ self: {
testHaskellDepends = [ base hedgehog ]; testHaskellDepends = [ base hedgehog ];
description = "visual bloom filter for neotrellis m4 output"; description = "visual bloom filter for neotrellis m4 output";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "bloohm"; mainProgram = "bloohm";
}) {}; }) {};
@@ -165060,7 +165060,6 @@ self: {
]; ];
description = "A command-line http2 client"; description = "A command-line http2 client";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "http2-client-exe"; mainProgram = "http2-client-exe";
}) {}; }) {};
@@ -167025,6 +167024,7 @@ self: {
doHaddock = false; doHaddock = false;
description = "Opinionated polysemy library"; description = "Opinionated polysemy library";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"hw-prim" = callPackage "hw-prim" = callPackage
@@ -187665,7 +187665,6 @@ self: {
executableHaskellDepends = [ base gloss gnuplot Vis ]; executableHaskellDepends = [ base gloss gnuplot Vis ];
description = "Haskell code for learning physics"; description = "Haskell code for learning physics";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"learn-physics-examples" = callPackage "learn-physics-examples" = callPackage
@@ -248219,7 +248218,6 @@ self: {
testHaskellDepends = [ aeson base hspec ]; testHaskellDepends = [ aeson base hspec ];
description = "Send push notifications to mobile iOS devices"; description = "Send push notifications to mobile iOS devices";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "sendapn"; mainProgram = "sendapn";
}) {}; }) {};
@@ -271368,7 +271366,6 @@ self: {
]; ];
description = "Generate HTTP2 clients from Servant API descriptions"; description = "Generate HTTP2 clients from Servant API descriptions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"servant-iCalendar" = callPackage "servant-iCalendar" = callPackage
@@ -297335,6 +297332,7 @@ self: {
]; ];
description = "CLI task / todo list manager with SQLite backend"; description = "CLI task / todo list manager with SQLite backend";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
hydraPlatforms = lib.platforms.none;
mainProgram = "tasklite"; mainProgram = "tasklite";
}) {}; }) {};
@@ -297372,6 +297370,7 @@ self: {
benchmarkHaskellDepends = [ base criterion protolude ]; benchmarkHaskellDepends = [ base criterion protolude ];
description = "CLI task / todo list manager with SQLite backend"; description = "CLI task / todo list manager with SQLite backend";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"taskpool" = callPackage "taskpool" = callPackage