summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pdf-toolbox-document/default.nix
blob: 77615ed86650ef4d1d7b4cdd16ce27a0c4610130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 ];
  };
})