about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorPeter Becich <peterbecich@gmail.com>2024-03-02 23:28:32 -0800
committerPeter Becich <peterbecich@gmail.com>2024-03-02 23:33:43 -0800
commit308691f3fe23cc4ac9385d66701016794a132eeb (patch)
tree89705dd18b231d8e28f47668db5df25a5334c56e /pkgs/development/haskell-modules/hackage-packages.nix
parentb74f04cf79daa17529e9baaadff7377f4efa205c (diff)
downloadnixlib-308691f3fe23cc4ac9385d66701016794a132eeb.tar
nixlib-308691f3fe23cc4ac9385d66701016794a132eeb.tar.gz
nixlib-308691f3fe23cc4ac9385d66701016794a132eeb.tar.bz2
nixlib-308691f3fe23cc4ac9385d66701016794a132eeb.tar.lz
nixlib-308691f3fe23cc4ac9385d66701016794a132eeb.tar.xz
nixlib-308691f3fe23cc4ac9385d66701016794a132eeb.tar.zst
nixlib-308691f3fe23cc4ac9385d66701016794a132eeb.zip
haskellPackages.semaphore-compat: removed from `broken.yaml`, build fixed
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix40
1 files changed, 0 insertions, 40 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 349837b87ea8..2fecea584028 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -69114,28 +69114,6 @@ self: {
        mainProgram = "commonmark";
      }) {};
 
-  "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.4";
-       sha256 = "1yrz32lbipzwvxmy4i3vkvs735jfd9jvlhfzh6xm2nx2rjapnx9n";
-       libraryHaskellDepends = [
-         base commonmark containers emojis filepath network-uri parsec text
-         transformers
-       ];
-       testHaskellDepends = [
-         base commonmark parsec tasty tasty-hunit text
-       ];
-       benchmarkHaskellDepends = [ base commonmark tasty-bench text ];
-       description = "Pure Haskell commonmark parser";
-       license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
-     }) {};
-
   "commonmark-extensions" = callPackage
     ({ mkDerivation, base, commonmark, containers, emojis, filepath
      , network-uri, parsec, tasty, tasty-bench, tasty-hunit, text
@@ -69157,22 +69135,6 @@ 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
@@ -265015,8 +264977,6 @@ self: {
        libraryHaskellDepends = [ base exceptions unix ];
        description = "Cross-platform abstraction for system semaphores";
        license = lib.licenses.bsd3;
-       hydraPlatforms = lib.platforms.none;
-       broken = true;
      }) {};
 
   "semaphore-plus" = callPackage