haskell-accelerate: disable haddock phase to avoid build error

Running Haddock for accelerate-0.13.0.0...
    Warning: The documentation for the following packages are not installed. No
    links will be generated to these packages: rts-1.0
    Preprocessing library accelerate-0.13.0.0...
    Setup: dist/doc/html/accelerate/haddock-prolog16263.txt: invalid argument
This commit is contained in:
Peter Simons 2013-05-11 15:47:34 +02:00
parent 5c54449663
commit 0d175b7c60

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.13.0.0";
sha256 = "07ph5brvxwi8k5calqmgiyafll2w88679rnpcv6bk5z57bsb5jli";
buildDepends = [ fclabels hashable hashtables ];
noHaddock = true;
meta = {
homepage = "https://github.com/AccelerateHS/accelerate/";
description = "An embedded language for accelerated array processing";