about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hdaemonize/default.nix
blob: e342773775d072e3d2f4947a9b7fe67efc2ae32a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, extensibleExceptions, filepath, hsyslog, mtl }:

cabal.mkDerivation (self: {
  pname = "hdaemonize";
  version = "0.5.0.0";
  sha256 = "15dyaa9rbmsjp3sg9yxg1i90kfy9rvlzmwg5kl8kwal69ajzjjgv";
  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;
  };
})