More CSS around DocTable in Haddock reader.

This commit is contained in:
John MacFarlane 2018-03-17 08:17:57 -07:00
parent 8a5b3368b2
commit 2eba15c181

View file

@ -147,7 +147,9 @@ docHToInlines isCode d' =
DocAName s -> B.spanWith (s,["anchor"],[]) mempty
DocProperty _ -> mempty
DocExamples _ -> mempty
#if MIN_VERSION_haddock_library(1,5,0)
DocTable _ -> mempty
#endif
-- | Create an 'Example', stripping superfluous characters as appropriate
makeExample :: String -> String -> [String] -> Blocks