aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-08 15:40:44 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-08 15:40:44 +0100
commit228a0d72baa04be161b0fc918266f2edb0c6519b (patch)
tree43246f722a0f28614019243e34dfd83e5ca29217 /hoogle-test
parent8a4c949bfc731ef0dcd83d557da278d162152fb5 (diff)
parenta427f597e081ce37a881e6612efeab7ef0bb0dac (diff)
Merge branch 'fix-up-testsuite'
Diffstat (limited to 'hoogle-test')
-rw-r--r--hoogle-test/Main.hs3
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 = (==)
}