summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cautious-file
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-22 11:17:49 +0000
committerPeter Simons <simons@cryp.to>2012-03-22 11:17:49 +0000
commit0c842e76202bf4972d81fcc9a69da03191902bc7 (patch)
tree31811a5c54f81d4a49e186fe4491fca13d3392c4 /pkgs/development/libraries/haskell/cautious-file
parentd905637b44a6901ef6e27cdac2cbba0d9edb66e2 (diff)
downloadnixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.tar
nixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.tar.gz
nixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.tar.bz2
nixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.tar.lz
nixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.tar.xz
nixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.tar.zst
nixpkgs-0c842e76202bf4972d81fcc9a69da03191902bc7.zip
Updated Haskell packages.
 - cautious-file: updated to version 1.0.1
 - hmatrix: updated to version 0.14.0.1
 - random-fu: updated to version 0.2.2.0
 - resourcet: added version 0.3.0
 - sendfile: updated to version 0.7.6
 - test-framework: added version 0.6

svn path=/nixpkgs/trunk/; revision=33354
Diffstat (limited to 'pkgs/development/libraries/haskell/cautious-file')
-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 1e967675b00..816ed6fadae 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";
-  sha256 = "1s2la91vk9c99bj0ipzc4r6w81rcs4jfmn0xr1cgjab00bzj880q";
+  version = "1.0.1";
+  sha256 = "0mlgchvdhw9lhml4pqmxxvx1zcqmkcyl3yx6w3zp0df200njzsws";
   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";