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:
Rodney Lorrimar 2024-03-02 15:14:17 +08:00
parent d26becd0ac
commit 97dc555957
No known key found for this signature in database
GPG Key ID: D8B75C95FB4D1143
2 changed files with 19 additions and 13 deletions

View File

@ -1216,7 +1216,6 @@ dont-distribute-packages:
- emacs-keys
- email
- emailparse
- emanote
- embroidery
- emd
- engine-io-growler

View File

@ -69114,15 +69114,15 @@ self: {
mainProgram = "commonmark";
}) {};
"commonmark-extensions_0_2_3_2" = callPackage
"commonmark-extensions_0_2_4" = callPackage
({ mkDerivation, base, commonmark, containers, emojis, filepath
, network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
, transformers
}:
mkDerivation {
pname = "commonmark-extensions";
version = "0.2.3.2";
sha256 = "1k5rlh2grg6g1waszhp565m360n1iynjvbkjz8xmap8y234g1bjj";
version = "0.2.4";
sha256 = "1yrz32lbipzwvxmy4i3vkvs735jfd9jvlhfzh6xm2nx2rjapnx9n";
libraryHaskellDepends = [
base commonmark containers emojis filepath network-uri parsec text
transformers
@ -69157,6 +69157,22 @@ self: {
license = lib.licenses.bsd3;
}) {};
"commonmark-pandoc_0_2_1_3" = callPackage
({ mkDerivation, base, commonmark, commonmark-extensions
, pandoc-types, text
}:
mkDerivation {
pname = "commonmark-pandoc";
version = "0.2.1.3";
sha256 = "08bzi6q3jma7xy1ygbpj8li06zwsykmmgl01i4qmp6i9fj8czbbp";
libraryHaskellDepends = [
base commonmark commonmark-extensions pandoc-types text
];
description = "Bridge between commonmark and pandoc AST";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"commonmark-pandoc" = callPackage
({ mkDerivation, base, commonmark, commonmark-extensions
, pandoc-types, text
@ -69188,8 +69204,6 @@ self: {
];
description = "Simple interface to commonmark-hs";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"commonmark-wikilink" = callPackage
@ -97191,7 +97205,6 @@ self: {
description = "Emanate a structured view of your plain-text notes";
license = lib.licenses.agpl3Only;
badPlatforms = [ "x86_64-darwin" ];
hydraPlatforms = lib.platforms.none;
mainProgram = "emanote";
maintainers = [ lib.maintainers.srid ];
}) {};
@ -224288,8 +224301,6 @@ self: {
];
description = "Extract \"contextual links\" from Pandoc";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"pandoc-logic-proof" = callPackage
@ -292315,8 +292326,6 @@ self: {
];
description = "Hierarchical Tags & Tag Trees";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"tahoe-capabilities" = callPackage
@ -292602,9 +292611,7 @@ self: {
];
description = "Tailwind wrapped in Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "tailwind-run";
broken = true;
}) {};
"tak" = callPackage