mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
(cherry picked from commit 07641f2966
)
This commit is contained in:
parent
be178251f8
commit
c786700fb7
@ -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
|
||||
|
@ -39413,7 +39413,6 @@ self: {
|
||||
libraryToolDepends = [ cpphs ];
|
||||
description = "Common interface using libarchive";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"archive-sig" = callPackage
|
||||
@ -64848,6 +64847,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";
|
||||
@ -64857,7 +64869,6 @@ self: {
|
||||
description = "Cabal with c2hs dependencies";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"chs-deps" = callPackage
|
||||
@ -189151,7 +189162,6 @@ self: {
|
||||
];
|
||||
description = "Haskell interface to libarchive";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {inherit (pkgs) libarchive;};
|
||||
|
||||
"libarchive-conduit" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user