geek 1.0.0.4 → 1.0.0.5
raw patch · 3 files changed
+2/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- geek.cabal +1/−1
- src/Web/Geek/Application.hs +1/−1
- src/Web/Geek/RSS.hs +0/−1
geek.cabal view
@@ -1,5 +1,5 @@ Name: geek-Version: 1.0.0.4+Version: 1.0.0.5 Build-type: Simple Synopsis: Geek blog engine Description: A dynamic blog engine, customizable with standard web technology, i.e. HTML, CSS and Javascript (JSON)
src/Web/Geek/Application.hs view
@@ -252,7 +252,7 @@ let _posts_filtered_by_tag_and_query = filter_posts_by_tag _posts _maybe_tag - text - rss _config _posts_filtered_by_tag_and_query _maybe_tag+ text - rss _config (_posts_filtered_by_tag_and_query.take (_config.number_of_posts_per_feed)) _maybe_tag modify - set_content_type "text/xml"
src/Web/Geek/RSS.hs view
@@ -56,7 +56,6 @@ rss :: Geek.Config -> [Geek.Post] -> Maybe Text -> ByteString rss _config _posts _mabye_tag = l2s - render_bytestring - do- let drop_tail_slash xs = xs.reverse.dropWhile (is '/').reverse site_link =