haskellPackages: regenerate hackage-packages.nix

This commit is contained in:
Wolfgang Walther
2026-04-12 16:13:08 +02:00
parent 6f8d98bfeb
commit 9af66e9a80
2 changed files with 12 additions and 7 deletions
@@ -13,8 +13,6 @@ dont-distribute-packages:
- ac-machine-conduit
- accelerate-arithmetic
- accelerate-fourier
- accelerate-llvm
- accelerate-llvm-native
- accelerate-typelits
- access-token-provider
- acme-circular-containers
@@ -356,6 +354,7 @@ dont-distribute-packages:
- cabal2arch
- cabalmdvrpm
- cabalrpmdeps
- cadence
- caffegraph
- cake
- cakyrespa
@@ -569,7 +568,6 @@ dont-distribute-packages:
- constraint-reflection
- constructible
- container
- containers-accelerate
- content-store
- control
- control-invariants
@@ -629,6 +627,7 @@ dont-distribute-packages:
- CSPM-Interpreter
- CSPM-ToProlog
- cspmchecker
- css-class-bindings
- csv-enumerator
- ctpl
- cube
@@ -1044,6 +1043,7 @@ dont-distribute-packages:
- ftshell
- funbot
- funbot-git-hook
- funcons-intgen
- funcons-lambda-cbv-mp
- funcons-simple
- function-combine
@@ -1691,6 +1691,7 @@ dont-distribute-packages:
- http-client-rustls
- http-enumerator
- http-response-decoder
- http-tower-hs
- http2-client-grpc
- http2-grpc-proto-lens
- http2-grpc-proto3-wire
@@ -1775,12 +1776,12 @@ dont-distribute-packages:
- ihp-ide
- ihp-job-dashboard
- ihp-mail
- ihp-migrate
- ihp-schema-compiler
- ihp-sitemap
- ihp-ssc
- ihp-typed-sql
- ihp-welcome
- ihp-zip
- ihttp
- imap
- imbib
@@ -3108,6 +3109,7 @@ dont-distribute-packages:
- servant-streaming-docs
- servant-streaming-server
- servant-swagger-tags
- servant-tower-hs
- servant-util-beam-pg
- servant-waargonaut
- servant-zeppelin-client
+6 -3
View File
@@ -51237,7 +51237,6 @@ self: {
doHaddock = false;
description = "Accelerate backend component generating LLVM IR";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -51315,7 +51314,6 @@ self: {
];
description = "Accelerate backend for multicore CPUs";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -129955,6 +129953,7 @@ self: {
];
description = "An ECS-based 2D game framework";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -175666,6 +175665,7 @@ self: {
testToolDepends = [ tasty-discover ];
description = "generates Haskell bindings for CSS classes";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -253271,6 +253271,7 @@ self: {
];
description = "Generate Funcons interpreters from CBS description files";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "cbsc";
}
) { };
@@ -372131,6 +372132,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Composable HTTP client middleware for Haskell, built on tower-hs";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -385607,7 +385609,6 @@ self: {
];
description = "Provides the IHP migrate binary";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
mainProgram = "migrate";
maintainers = [ lib.maintainers.mpscholten ];
}
@@ -386147,6 +386148,7 @@ self: {
];
description = "Support for making ZIP archives with IHP";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -622199,6 +622201,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Use tower-hs middleware with servant clients";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}
) { };