2014-09-17 18:53:30 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-15 00:31:08 +00:00
|
|
|
{ cabal, attoparsec, base16Bytestring, ioStreams, pdfToolboxCore
|
|
|
|
, text
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pdf-toolbox-content";
|
|
|
|
version = "0.0.3.0";
|
|
|
|
sha256 = "0glcm6mrgg8ixzhp09kfkk3ra3qblvrp1wcsa2nhqlypg3ca8r3h";
|
|
|
|
buildDepends = [
|
|
|
|
attoparsec base16Bytestring ioStreams pdfToolboxCore text
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
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 ];
|
|
|
|
};
|
|
|
|
})
|