Merge pull request #1387 from steshaw/static-files-list-haddock-tweak

Fix Haddock formatting for staticFilesList
This commit is contained in:
Sibi 2017-05-05 05:40:47 +05:30 committed by GitHub
commit aeec20592c

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.