summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hoodle-extra/default.nix
blob: d9d5c6a613015c478a8cee3fff766005867ef952 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, aesonPretty, attoparsec, base64Bytestring, binary
, cmdargs, conduit, either, filepath, hoodleParser, hoodleTypes
, httpConduit, lens, monadLoops, mtl, networkSimple, pureMD5
, resourcet, text, time, transformers, unorderedContainers
, xournalParser
}:

cabal.mkDerivation (self: {
  pname = "hoodle-extra";
  version = "0.1";
  sha256 = "1mqx4qia457n8v4pdyd8mc8h7ybzx5asxm2d4p9ws5g2q4ybmshy";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    aeson aesonPretty attoparsec base64Bytestring binary cmdargs
    conduit either filepath hoodleParser hoodleTypes httpConduit lens
    monadLoops mtl networkSimple pureMD5 resourcet text time
    transformers unorderedContainers xournalParser
  ];
  meta = {
    homepage = "http://ianwookim.org/hoodle";
    description = "extra hoodle tools";
    license = self.stdenv.lib.licenses.gpl3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
  };
})