haskell-statistics: patch to fix Haddock build
This commit is contained in:
parent
64acc3a989
commit
e2a1c15772
@ -1,7 +1,7 @@
|
|||||||
{ cabal, deepseq, erf, HUnit, ieee754, mathFunctions, monadPar
|
{ cabal, deepseq, erf, HUnit, ieee754, mathFunctions, monadPar
|
||||||
, mwcRandom, primitive, QuickCheck, testFramework
|
, mwcRandom, primitive, QuickCheck, testFramework
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
||||||
, vectorAlgorithms
|
, vectorAlgorithms, fetchurl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -18,6 +18,10 @@ cabal.mkDerivation (self: {
|
|||||||
vectorAlgorithms
|
vectorAlgorithms
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
patches = [
|
||||||
|
(fetchurl { url = "https://github.com/bos/statistics/commit/6b88143c9f931dd4fa95c1f083999ae12dd01b55.patch";
|
||||||
|
sha256 = "0bl10qhp73cijxlpkjfmnkbl49jlj85xxvyhlca6jw7awcka6d2l"; })
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/statistics";
|
homepage = "https://github.com/bos/statistics";
|
||||||
description = "A library of statistical types, data, and functions";
|
description = "A library of statistical types, data, and functions";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user