From d17d34e0cb6674eb6743d7deb36958b1b3a97b6d Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 24 Jul 2010 15:34:37 +0000 Subject: Remove conflict left-over --- src/Haddock/Backends/LaTeX.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Haddock/Backends/LaTeX.hs') diff --git a/src/Haddock/Backends/LaTeX.hs b/src/Haddock/Backends/LaTeX.hs index 04a139e7..9b73415a 100644 --- a/src/Haddock/Backends/LaTeX.hs +++ b/src/Haddock/Backends/LaTeX.hs @@ -485,7 +485,7 @@ ppClassDecl instances loc mbDoc subdocs | null lsigs, null ats = Nothing | null ats = Just methodTable --- | otherwise = atTable $$ methodTable -+ | otherwise = error "LaTeX.ppClassDecl" + | otherwise = error "LaTeX.ppClassDecl" methodTable = text "\\haddockpremethods{}\\textbf{Methods}" $$ -- cgit v1.2.3