2014-09-17 19:53:30 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-15 01:42:03 +01:00
|
|
|
{ cabal, cipherRc4, cryptohash, ioStreams, pdfToolboxContent
|
|
|
|
, pdfToolboxCore, text, transformers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pdf-toolbox-document";
|
2014-10-14 22:11:30 +01:00
|
|
|
version = "0.0.4.0";
|
|
|
|
sha256 = "1fjchlknkxxgy6rm2q4f9fhy53ip06kzvcv5876gxswdchi6kxwa";
|
2014-09-15 01:42:03 +01:00
|
|
|
buildDepends = [
|
|
|
|
cipherRc4 cryptohash ioStreams pdfToolboxContent pdfToolboxCore
|
|
|
|
text transformers
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/Yuras/pdf-toolbox";
|
|
|
|
description = "A collection of tools for processing PDF files";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
|
|
|
};
|
|
|
|
})
|