nixpkgs/pkgs/development/libraries/haskell/pdf-toolbox-document/default.nix

23 lines
738 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cipherRc4, cryptohash, ioStreams, pdfToolboxContent
, pdfToolboxCore, text, transformers
}:
cabal.mkDerivation (self: {
pname = "pdf-toolbox-document";
version = "0.0.4.0";
sha256 = "1fjchlknkxxgy6rm2q4f9fhy53ip06kzvcv5876gxswdchi6kxwa";
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 ];
};
})