diff options
Diffstat (limited to 'hoogle-test/Main.hs')
-rw-r--r-- | hoogle-test/Main.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hoogle-test/Main.hs b/hoogle-test/Main.hs index c8cda640..59a98fd0 100644 --- a/hoogle-test/Main.hs +++ b/hoogle-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 = (==) } |