summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-10-22 01:28:56 +0200
committermaralorn <mail@maralorn.de>2023-10-22 01:28:56 +0200
commit004ea202f2c7010b2ad227843f9f8702eb920f17 (patch)
tree9d69e82f831b7a67d4cf1790136465c02d2a27ad /pkgs/development/haskell-modules/hackage-packages.nix
parent40ce16ef93a43931d7e48a36b8cdf8d69f302f5e (diff)
downloadnixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.tar
nixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.tar.gz
nixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.tar.bz2
nixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.tar.lz
nixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.tar.xz
nixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.tar.zst
nixpkgs-004ea202f2c7010b2ad227843f9f8702eb920f17.zip
haskellPackages.pandoc-crossref: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix41
1 files changed, 41 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index b2c1d9c3456..7caa0754536 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -222425,6 +222425,46 @@ self: {
      }:
      mkDerivation {
        pname = "pandoc-crossref";
+       version = "0.3.16.0";
+       sha256 = "1vp4x4vgc17y0c4grfffrw0nx5iiimj7jm00mwc2p4x8v3gvd1qr";
+       revision = "1";
+       editedCabalFile = "00ghadmbwv14vpc5fh85q1y06z5pzlwh6ryr68l5vg66dk2241g4";
+       isLibrary = true;
+       isExecutable = true;
+       enableSeparateDataOutput = true;
+       libraryHaskellDepends = [
+         base containers data-default directory filepath microlens
+         microlens-ghc microlens-mtl microlens-th mtl pandoc pandoc-types
+         syb template-haskell text utility-ht
+       ];
+       executableHaskellDepends = [
+         base deepseq gitrev open-browser optparse-applicative pandoc
+         pandoc-types template-haskell temporary text
+       ];
+       testHaskellDepends = [
+         base containers data-default directory filepath hspec microlens mtl
+         pandoc pandoc-types text
+       ];
+       testToolDepends = [ pandoc-cli ];
+       benchmarkHaskellDepends = [
+         base criterion pandoc pandoc-types text
+       ];
+       doHaddock = false;
+       description = "Pandoc filter for cross-references";
+       license = lib.licenses.gpl2Only;
+       mainProgram = "pandoc-crossref";
+       maintainers = [ lib.maintainers.maralorn ];
+     }) {};
+
+  "pandoc-crossref_0_3_17_0" = callPackage
+    ({ mkDerivation, base, containers, criterion, data-default, deepseq
+     , directory, filepath, gitrev, hspec, microlens, microlens-ghc
+     , microlens-mtl, microlens-th, mtl, open-browser
+     , optparse-applicative, pandoc, pandoc-cli, pandoc-types, syb
+     , template-haskell, temporary, text, utility-ht
+     }:
+     mkDerivation {
+       pname = "pandoc-crossref";
        version = "0.3.17.0";
        sha256 = "16kgnwylczhs126ivps56r667acln441srdasavvnk35hsvgmccf";
        isLibrary = true;
@@ -222450,6 +222490,7 @@ self: {
        doHaddock = false;
        description = "Pandoc filter for cross-references";
        license = lib.licenses.gpl2Only;
+       hydraPlatforms = lib.platforms.none;
        mainProgram = "pandoc-crossref";
        maintainers = [ lib.maintainers.maralorn ];
      }) {};