diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-10 15:42:05 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-10 18:13:25 +0200 |
commit | 955239bb7e5fc6c8714d717756c6d86cefd1e01c (patch) | |
tree | d513e07e3d0f269ae293936c390c4c59794c62aa | |
parent | 5731f3b94f560eb2e604871609c7ea139e932ad2 (diff) |
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.
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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 |