summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cautious-file
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-02-24 22:42:15 +0100
committerPeter Simons <simons@cryp.to>2013-02-25 00:32:43 +0100
commit86b96bd0e9e0b143e3ddeb8f6f764103dfae4d09 (patch)
tree0ee404f66895ea08d850230a306fb8db8fcc75c0 /pkgs/development/libraries/haskell/cautious-file
parent28a0367f9ee59267866de0f70782c436492e5a26 (diff)
haskell-cautious-file: disable 'doCheck' because of test suite failure
Diffstat (limited to 'pkgs/development/libraries/haskell/cautious-file')
-rw-r--r--pkgs/development/libraries/haskell/cautious-file/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/cautious-file/default.nix b/pkgs/development/libraries/haskell/cautious-file/default.nix
index aa6e87565aee5..44ed255bb634f 100644
--- a/pkgs/development/libraries/haskell/cautious-file/default.nix
+++ b/pkgs/development/libraries/haskell/cautious-file/default.nix
@@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
   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;