about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hoodle/default.nix
blob: 79966a2698fc14c589eac18b7e2002ae3bb535b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cmdargs, configurator, dyre, filepath, hoodleCore, mtl }:

cabal.mkDerivation (self: {
  pname = "hoodle";
  version = "0.3";
  sha256 = "01wz7bwdr3i43ikaiaq8vpn6b0clxjnjyaw6nl6zaq489dhj6fv5";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    cmdargs configurator dyre filepath hoodleCore mtl
  ];
  meta = {
    homepage = "http://ianwookim.org/hoodle";
    description = "Executable for hoodle";
    license = self.stdenv.lib.licenses.gpl3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
  };
})