2014-07-16 12:09:45 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-20 18:04:59 +01:00
|
|
|
{ cabal, cmdargs, configurator, dyre, filepath, hoodleCore, mtl }:
|
2014-01-20 15:41:17 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hoodle";
|
2014-07-16 00:33:38 +02:00
|
|
|
version = "0.3";
|
|
|
|
sha256 = "01wz7bwdr3i43ikaiaq8vpn6b0clxjnjyaw6nl6zaq489dhj6fv5";
|
2014-01-20 18:04:59 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
cmdargs configurator dyre filepath hoodleCore mtl
|
|
|
|
];
|
2014-01-20 15:41:17 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://ianwookim.org/hoodle";
|
2014-01-20 18:04:59 +01:00
|
|
|
description = "Executable for hoodle";
|
2014-01-20 15:41:17 +01:00
|
|
|
license = self.stdenv.lib.licenses.gpl3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-01-20 18:04:59 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.ianwookim ];
|
2014-01-20 15:41:17 +01:00
|
|
|
};
|
|
|
|
})
|