Fix Haddock formatting for staticFilesList

This commit is contained in:
Steven Shaw 2017-05-04 11:54:17 +10:00
parent b9e57a1a60
commit 13cea1e3f7

View File

@ -246,7 +246,7 @@ staticFiles dir = mkStaticFiles dir
-- files @\"static\/js\/jquery.js\"@ and
-- @\"static\/css\/normalize.css\"@, you would use:
--
-- > staticFilesList \"static\" [\"js\/jquery.js\", \"css\/normalize.css\"]
-- > staticFilesList "static" ["js/jquery.js", "css/normalize.css"]
--
-- This can be useful when you have a very large number of static
-- files, but only need to refer to a few of them from Haskell.