haskellPackages.pandoc: Fix build

This commit is contained in:
Malte Brandy
2020-09-25 21:08:24 +02:00
committed by Peter Simons
parent 13f22aec25
commit c430824a06
3 changed files with 26 additions and 1 deletions
+24
View File
@@ -190768,6 +190768,30 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"pandoc-types_1_21" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, ghc-prim, HUnit, QuickCheck, string-qq, syb
, test-framework, test-framework-hunit, test-framework-quickcheck2
, text, transformers
}:
mkDerivation {
pname = "pandoc-types";
version = "1.21";
sha256 = "1wbb0hhjiw0b66kj1ck3qipwgdac5v7qvjaqszsz5fll3cqp4sna";
libraryHaskellDepends = [
aeson base bytestring containers deepseq ghc-prim QuickCheck syb
text transformers
];
testHaskellDepends = [
aeson base bytestring containers HUnit QuickCheck string-qq syb
test-framework test-framework-hunit test-framework-quickcheck2 text
];
benchmarkHaskellDepends = [ base criterion text ];
description = "Types for representing a structured document";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"pandoc-types_1_22" = callPackage
({ mkDerivation, aeson, base, bytestring, containers, criterion
, deepseq, ghc-prim, HUnit, QuickCheck, string-qq, syb