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:
Julian Stecklina 2024-05-22 13:51:12 +02:00
parent f909eba353
commit 07641f2966
2 changed files with 13 additions and 5 deletions

View File

@ -532,7 +532,6 @@ dont-distribute-packages:
- apotiki
- approx-rand-test
- arbor-monad-metric-datadog
- archive-libarchive
- archive-tar-bytestring
- archlinux-web
- arduino-copilot
@ -2567,7 +2566,6 @@ dont-distribute-packages:
- lha
- lhae
- lhe
- libarchive
- libconfig
- libcspm
- libgraph

View File

@ -39438,7 +39438,6 @@ self: {
libraryToolDepends = [ cpphs ];
description = "Common interface using libarchive";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"archive-sig" = callPackage
@ -65000,6 +64999,19 @@ self: {
}) {};
"chs-cabal" = callPackage
({ mkDerivation, base, Cabal, chs-deps }:
mkDerivation {
pname = "chs-cabal";
version = "0.1.1.1";
sha256 = "0fvf26394rpn9g4f3rp13bq8rrhzs9d95k7nbcpayzml2j9rsv3l";
revision = "2";
editedCabalFile = "1vv61klw11fhnn5ki0z2x0k6d7vvj622bjj05mdlx8sdjqijlbgd";
libraryHaskellDepends = [ base Cabal chs-deps ];
description = "Cabal with c2hs dependencies";
license = lib.licenses.bsd3;
}) {};
"chs-cabal_0_1_1_2" = callPackage
({ mkDerivation, base, Cabal, chs-deps }:
mkDerivation {
pname = "chs-cabal";
@ -65009,7 +65021,6 @@ self: {
description = "Cabal with c2hs dependencies";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"chs-deps" = callPackage
@ -189748,7 +189759,6 @@ self: {
];
description = "Haskell interface to libarchive";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) libarchive;};
"libarchive-conduit" = callPackage