Added haskell packages: hdaemonize, ixset, shellmate, tables and webdriver.
This commit is contained in:
14
pkgs/development/libraries/haskell/hdaemonize/default.nix
Normal file
14
pkgs/development/libraries/haskell/hdaemonize/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, extensibleExceptions, filepath, hsyslog, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hdaemonize";
|
||||
version = "0.4.5.0";
|
||||
sha256 = "1b9aic08pgmp95qy74qcrmq9dn33k6knycy7mn1dg8c5svmchb2w";
|
||||
buildDepends = [ extensibleExceptions filepath hsyslog mtl ];
|
||||
meta = {
|
||||
homepage = "http://github.com/madhadron/hdaemonize";
|
||||
description = "Library to handle the details of writing daemons for UNIX";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user