about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2024-03-03 19:47:11 +0800
committerRodney Lorrimar <dev@rodney.id.au>2024-03-03 19:47:11 +0800
commitaf70a90e8e3db7e24d2c870bb143b46ebe280e7b (patch)
tree07e159fb8908c662d2d719c7656eeb5b8ea63537 /pkgs/development/haskell-modules/hackage-packages.nix
parent507266bd8db8108423b0026e2c7aac30609b68c1 (diff)
downloadnixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.tar
nixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.tar.gz
nixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.tar.bz2
nixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.tar.lz
nixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.tar.xz
nixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.tar.zst
nixlib-af70a90e8e3db7e24d2c870bb143b46ebe280e7b.zip
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
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..525bdb299fc5 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
@@ -252142,9 +252104,7 @@ self: {
        ];
        description = "Helper functions to use reflex with gi-gtk";
        license = lib.licenses.mpl20;
-       hydraPlatforms = lib.platforms.none;
        mainProgram = "reflex-gi-gtk-example";
-       broken = true;
      }) {};
 
   "reflex-gloss" = callPackage