cautious-file: updated to version 1.0
svn path=/nixpkgs/trunk/; revision=28333
This commit is contained in:
parent
9548648154
commit
ff6f8891d7
@ -2,12 +2,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "cautious-file";
|
pname = "cautious-file";
|
||||||
version = "0.1.5";
|
version = "1.0";
|
||||||
sha256 = "0d7b7bf530476b89ffc22bf6e586402b0fd6fd5571cc941df08838c5a890ad01";
|
sha256 = "1s2la91vk9c99bj0ipzc4r6w81rcs4jfmn0xr1cgjab00bzj880q";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ways to write a file cautiously";
|
description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures";
|
||||||
license = "BSD";
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user