haskellPackages.pandoc-crossref: Backpin for LTS compat

This commit is contained in:
maralorn
2023-02-08 11:54:21 +01:00
parent f812f1aa6a
commit ed5543bcca
2 changed files with 39 additions and 0 deletions
@@ -86,6 +86,8 @@ default-package-overrides:
- implicit-hie < 0.1.3
# latest version requires Cabal >= 3.8
- shake-cabal < 0.2.2.3
# needed as long as we have pandoc < 3.0, i.e. stackage lts 20
- pandoc-crossref < 0.3.15.0
extra-packages:
- Cabal == 2.2.* # required for jailbreak-cabal etc.
+37
View File
@@ -213075,6 +213075,42 @@ self: {
}) {};
"pandoc-crossref" = callPackage
({ mkDerivation, base, containers, criterion, data-default, deepseq
, directory, filepath, gitrev, hspec, microlens, microlens-mtl
, microlens-th, mtl, open-browser, optparse-applicative, pandoc
, pandoc-types, syb, template-haskell, temporary, text, utility-ht
}:
mkDerivation {
pname = "pandoc-crossref";
version = "0.3.14.0";
sha256 = "1f55xz5r7h6vjjj0dsq5glavn0zjh02imi4mja8qbwn3rvi67l86";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base containers data-default directory filepath microlens
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
];
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_15_0" = callPackage
({ mkDerivation, base, containers, criterion, data-default, deepseq
, directory, filepath, gitrev, hspec, microlens, microlens-mtl
, microlens-th, mtl, open-browser, optparse-applicative, pandoc
@@ -213108,6 +213144,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 ];
}) {};