2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, filepath }:
|
2010-04-15 14:10:06 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-04-15 14:10:06 -07:00
|
|
|
pname = "cautious-file";
|
2013-01-04 10:17:21 -08:00
|
|
|
version = "1.0.2";
|
|
|
|
sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ filepath ];
|
2013-02-24 13:42:15 -08:00
|
|
|
doCheck = false;
|
2010-04-15 14:10:06 -07:00
|
|
|
meta = {
|
2011-08-07 15:02:09 -07:00
|
|
|
description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-04-15 14:10:06 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|