Skip to content
  • Thomas Miedema's avatar
    Build system: unset HADDOCK when haddock is not found · 13ba87f8
    Thomas Miedema authored
    This prevents the following test errors on Windows:
    
       perf/haddock haddock.Cabal [[Errno 2] No such file or directory: ...
       perf/haddock haddock.base [[Errno 2] No such file or directory: ...
       perf/haddock haddock.compiler [[Errno 2] No such file or directory: ...
    
    The tests will now be reported as having missing libraries.
    13ba87f8