aboutsummaryrefslogtreecommitdiff
path: root/latex-test
diff options
context:
space:
mode:
Diffstat (limited to 'latex-test')
-rwxr-xr-xlatex-test/Main.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/latex-test/Main.hs b/latex-test/Main.hs
index 2ee01a26..5989410b 100755
--- a/latex-test/Main.hs
+++ b/latex-test/Main.hs
@@ -9,7 +9,8 @@ import Test.Haddock
checkConfig :: CheckConfig String
checkConfig = CheckConfig
- { ccfgRead = \_ input -> Just input
+ { ccfgRead = Just
+ , ccfgClean = \_ -> id
, ccfgDump = id
, ccfgEqual = (==)
}