Skip to content
Snippets Groups Projects
Commit 7676ccb0 authored by Max Tomago's avatar Max Tomago
Browse files

xmlgen: init at 0.6.2.2

parent b3270e4a
No related merge requests found
......@@ -240,4 +240,5 @@ in [ callHackage "HTF" "0.15.0.0"
"https://github.com/milloni/plutus"
(Some "81cd1ada745c12af2c2c28afce1f6b6b28b38fdd")
(Some "word-array")
, callHackage "xmlgen" "0.6.2.2"
]
......@@ -165,4 +165,6 @@ final: prev: with pkgs.haskell.lib; {
word-array = prev.callPackage (./pkgs/word-array.nix) { };
xmlgen = prev.callPackage (./pkgs/xmlgen.nix) { };
}
{ mkDerivation
, base
, blaze-builder
, bytestring
, containers
, criterion
, filepath
, HUnit
, hxt
, lib
, mtl
, process
, QuickCheck
, text
, unix
}:
mkDerivation {
pname = "xmlgen";
version = "0.6.2.2";
sha256 = "926fa98c77525f5046274758fcebd190e86de3f53a4583179e8ce328f25a34d6";
revision = "1";
editedCabalFile = "0vwnqd0lsw81llsn0psga5r6pw7jh69vfbj3rnz7c2fpkc0gjh3j";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-builder
bytestring
containers
mtl
text
];
testHaskellDepends = [
base
bytestring
containers
filepath
HUnit
hxt
process
QuickCheck
text
unix
];
benchmarkHaskellDepends = [ base bytestring criterion text ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Fast XML generation library";
license = lib.licenses.bsd3;
broken = false;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment