summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cautious-file/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-04 19:17:21 +0100
committerPeter Simons <simons@cryp.to>2013-01-04 19:24:13 +0100
commitd2cc7f2467e2ad767a7e9888bc233f635bd1e7ff (patch)
treea5cdb425fc7dedcd0bf6d3fe1ff4ba0cdb1d9f36 /pkgs/development/libraries/haskell/cautious-file/default.nix
parent7459971e050c641ffadb9fd0f4d868b7533f3fd0 (diff)
haskell-cautious-file: update to version 1.0.2
Diffstat (limited to 'pkgs/development/libraries/haskell/cautious-file/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/cautious-file/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cautious-file/default.nix b/pkgs/development/libraries/haskell/cautious-file/default.nix
index bbdb6d350c8bd..aa6e87565aee5 100644
--- a/pkgs/development/libraries/haskell/cautious-file/default.nix
+++ b/pkgs/development/libraries/haskell/cautious-file/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cautious-file";
-  version = "1.0.1";
-  sha256 = "0mlgchvdhw9lhml4pqmxxvx1zcqmkcyl3yx6w3zp0df200njzsws";
+  version = "1.0.2";
+  sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq";
   buildDepends = [ filepath ];
   meta = {
     description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures";