mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Bump haskellPackages.hdaemonize to 0.5.0.0
This commit is contained in:
parent
cd89cc018f
commit
072d128e43
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hdaemonize";
|
||||
version = "0.4.5.0";
|
||||
sha256 = "1b9aic08pgmp95qy74qcrmq9dn33k6knycy7mn1dg8c5svmchb2w";
|
||||
version = "0.5.0.0";
|
||||
sha256 = "15dyaa9rbmsjp3sg9yxg1i90kfy9rvlzmwg5kl8kwal69ajzjjgv";
|
||||
buildDepends = [ extensibleExceptions filepath hsyslog mtl ];
|
||||
meta = {
|
||||
homepage = "http://github.com/madhadron/hdaemonize";
|
||||
@ -14,3 +14,4 @@ cabal.mkDerivation (self: {
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user