mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
haskell-text: disable 'doCheck' to avoid infinite evaluation loop
Some of the 'testDepends' of these packages end up depending on 'text' again.
This commit is contained in:
parent
024f036ecd
commit
ea34b78ea6
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.11.0.5";
|
||||
sha256 = "1a5y2i7qrkyyvm112q44rhd7jbqxvfxssz2g5ngbx11yypl3hcdv";
|
||||
buildDepends = [ deepseq ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
|
|
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.11.0.6";
|
||||
sha256 = "103l1c8jfwpddsqzwj9jqh89vay8ax1znxqgjqprv2fvr7s0zvkp";
|
||||
buildDepends = [ deepseq ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
|
|
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
deepseq HUnit QuickCheck random testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
|
|
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||
version = "0.11.1.5";
|
||||
sha256 = "0fxxhw932gdvaqafsbw7dfzccc43hv92yhxppzp6jrg0npbyz04l";
|
||||
buildDepends = [ deepseq ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
|
|
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
deepseq HUnit QuickCheck random testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
|
|
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||
deepseq HUnit QuickCheck random testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
|
|
Loading…
Reference in a new issue