forked from mirrors/nixpkgs
haskellPackages.pandoc-crossref: 0.3.10.0 -> 0.3.11.0
Compatibility with pandoc 2.14.
This commit is contained in:
parent
245b76099a
commit
79b9e837dd
|
@ -85,8 +85,6 @@ default-package-overrides:
|
|||
- dual-tree < 0.2.3.0
|
||||
- diagrams-core < 1.5.0
|
||||
- diagrams-lib < 1.4.4
|
||||
# 2021-06-05: remove once pandoc 2.14 is in stackage
|
||||
- pandoc-crossref < 0.3.11.0
|
||||
# 2021-06-14: hnix still needs old versions https://github.com/haskell-nix/hnix/issues/952
|
||||
- hnix-store-core < 0.5
|
||||
- hnix-store-remote < 0.5
|
||||
|
|
|
@ -194201,44 +194201,6 @@ self: {
|
|||
}) {};
|
||||
|
||||
"pandoc-crossref" = callPackage
|
||||
({ mkDerivation, base, containers, data-accessor
|
||||
, data-accessor-template, data-accessor-transformers, data-default
|
||||
, deepseq, directory, filepath, gitrev, hspec, mtl, open-browser
|
||||
, optparse-applicative, pandoc, pandoc-types, roman-numerals, syb
|
||||
, template-haskell, temporary, text, utility-ht
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pandoc-crossref";
|
||||
version = "0.3.10.0";
|
||||
sha256 = "1yymm8y9hzkbjff7cn63qsvpfks1f1n741vfdiiga66kml8v0zdm";
|
||||
revision = "1";
|
||||
editedCabalFile = "0grjcp8r5fh41qnn3miw6bms3ml9v6n1rjb2yvimf1v69w61nlgq";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
base containers data-accessor data-accessor-template
|
||||
data-accessor-transformers data-default directory filepath mtl
|
||||
pandoc pandoc-types roman-numerals syb template-haskell text
|
||||
utility-ht
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base containers data-accessor data-accessor-template
|
||||
data-accessor-transformers data-default deepseq directory filepath
|
||||
gitrev mtl open-browser optparse-applicative pandoc pandoc-types
|
||||
roman-numerals syb template-haskell temporary text utility-ht
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers data-accessor data-accessor-template
|
||||
data-accessor-transformers data-default directory filepath hspec
|
||||
mtl pandoc pandoc-types roman-numerals syb template-haskell text
|
||||
utility-ht
|
||||
];
|
||||
description = "Pandoc filter for cross-references";
|
||||
license = lib.licenses.gpl2Only;
|
||||
}) {};
|
||||
|
||||
"pandoc-crossref_0_3_12_0" = callPackage
|
||||
({ mkDerivation, base, containers, criterion, data-default, deepseq
|
||||
, directory, filepath, gitrev, hspec, microlens, microlens-mtl
|
||||
, microlens-th, mtl, open-browser, optparse-applicative, pandoc
|
||||
|
@ -194271,7 +194233,6 @@ self: {
|
|||
doHaddock = false;
|
||||
description = "Pandoc filter for cross-references";
|
||||
license = lib.licenses.gpl2Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"pandoc-csv2table" = callPackage
|
||||
|
|
Loading…
Reference in a new issue