diff --git a/.travis.yml b/.travis.yml index 93304373f..95fd8b6e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,7 +94,8 @@ script: # this builds all libraries and executables (including tests/benchmarks) # - rm -rf ./dist-newstyle - cabal new-build -w ${HC} ${TEST} ${BENCH} - - cabal haddock + # - cabal haddock + - cabal act-as-setup -- haddock --builddir=dist-newstyle/build/HaRe-0.8.3.0 - cabal check # there's no 'cabal new-test' yet, so let's emulate for now