haskell-cautious-file: disable 'doCheck' because of test suite failure
This commit is contained in:
parent
5e495dcff2
commit
01b02925e4
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "1.0.2";
|
version = "1.0.2";
|
||||||
sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq";
|
sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq";
|
||||||
buildDepends = [ filepath ];
|
buildDepends = [ filepath ];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures";
|
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;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in New Issue