haskell-permutation: disable 'doCheck' to avoid build errors

Test/Permute.hs:20:8:
    Could not find module `Test.QuickCheck'
    Use -v to see a list of the files searched for.
This commit is contained in:
Peter Simons 2013-02-24 23:39:43 +01:00
parent bc0ab2e595
commit a0919feead

View File

@ -4,6 +4,7 @@ cabal.mkDerivation (self: {
pname = "permutation";
version = "0.4.1";
sha256 = "0fgw4ivs8sa18fyphwr3mzp2v7ha2nz2yf3a7jmz9ymqdf2xws97";
doCheck = false;
meta = {
homepage = "http://stat.stanford.edu/~patperry/code/permutation";
description = "A library for permutations and combinations";