From 98955ac161ffa91b1ea058de06d6120004590cc7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 24 Dec 2013 14:52:50 +0200 Subject: [PATCH] Minor doc fix (thanks Toby) --- yesod-static/Yesod/Static.hs | 2 +- yesod-static/yesod-static.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-static/Yesod/Static.hs b/yesod-static/Yesod/Static.hs index ef27f1b8..dd217913 100644 --- a/yesod-static/Yesod/Static.hs +++ b/yesod-static/Yesod/Static.hs @@ -226,7 +226,7 @@ getFileListPieces = flip evalStateT M.empty . flip go id -- definitions would be created: -- -- > style_css = StaticRoute ["style.css"] [] --- > js_script_js = StaticRoute ["js/script.js"] [] +-- > js_script_js = StaticRoute ["js", "script.js"] [] -- -- Note that dots (@.@), dashes (@-@) and slashes (@\/@) are -- replaced by underscores (@\_@) to create valid Haskell diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index df05ecf5..3423149f 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.2.2 +version: 1.2.2.1 license: MIT license-file: LICENSE author: Michael Snoyman