From 955239bb7e5fc6c8714d717756c6d86cefd1e01c Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 10 May 2016 15:42:05 +0200 Subject: hypsrc-test: Fix reference file path in cabal file It appears the haddock insists on prefixing --hyperlinked-sourcer output with directory which the source appeared in. --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haddock.cabal b/haddock.cabal index 11bf3861..c69750b8 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -30,7 +30,7 @@ extra-source-files: html-test/src/*.hs html-test/ref/*.html hypsrc-test/src/*.hs - hypsrc-test/ref/*.html + hypsrc-test/ref/src/*.html latex-test/src/Simple/*.hs latex-test/ref/Simple/*.tex latex-test/ref/Simple/*.sty -- cgit v1.2.3