mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
18250b97ae
had added him earlier.
16 lines
534 B
Nix
16 lines
534 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cautious-file";
|
|
version = "1.0.2";
|
|
sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq";
|
|
buildDepends = [ filepath ];
|
|
doCheck = false;
|
|
meta = {
|
|
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;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|