aboutsummaryrefslogtreecommitdiff
path: root/latex-test/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'latex-test/Main.hs')
-rwxr-xr-xlatex-test/Main.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/latex-test/Main.hs b/latex-test/Main.hs
index 5989410b..8d2a4922 100755
--- a/latex-test/Main.hs
+++ b/latex-test/Main.hs
@@ -1,10 +1,12 @@
{-# LANGUAGE CPP #-}
+import Data.Function
import System.Environment
import System.FilePath
import Test.Haddock
+import Test.Haddock.Utils
checkConfig :: CheckConfig String
@@ -12,7 +14,7 @@ checkConfig = CheckConfig
{ ccfgRead = Just
, ccfgClean = \_ -> id
, ccfgDump = id
- , ccfgEqual = (==)
+ , ccfgEqual = (==) `on` crlfToLf
}