diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-10-07 15:13:52 -0400 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2019-10-07 17:56:13 -0400 |
commit | 80b8a8a2525d4e4c60b7c9439a23ac47d9612802 (patch) | |
tree | 0f435be1f08bd128fe8e9fec1ad6eabfc98a96a7 /haddock.cabal | |
parent | 5459ca8a76825da59ff4c1c11d74812d1931da50 (diff) |
Add a regression test for #1091
Previously, this input would crash Haddock.
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index 0173fd84..fa87e07e 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -46,6 +46,7 @@ extra-source-files: html-test/src/*.hs html-test/ref/*.html hypsrc-test/src/*.hs + hypsrc-test/src/*.h hypsrc-test/ref/src/*.html latex-test/src/**/*.hs latex-test/ref/**/*.tex |