haskellPackages.pandoc: Fix build
This commit is contained in:
committed by
Peter Simons
parent
13f22aec25
commit
c430824a06
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user