packages feed

hakyll 2.4.1 → 2.4.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~blaze-htmlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-html

API changes (from Hackage documentation)

Files

data/templates/atom-item.xml view
@@ -3,5 +3,5 @@     <link href="$absolute/$url" />     <id>$absolute/$url</id>     <updated>$timestamp</updated>-    <summary>$description</summary>+    <summary type="html"><![CDATA[$description]]></summary> </entry>
hakyll.cabal view
@@ -1,5 +1,5 @@ Name:               hakyll-Version:            2.4.1+Version:            2.4.2  Synopsis:           A simple static site generator library. Description:        A simple static site generator library, mainly aimed at@@ -41,7 +41,7 @@                     time >= 1.1,                     binary >= 0.5,                     hamlet >= 0.4.2,-                    blaze-html >= 0.2 && <= 0.3+                    blaze-html >= 0.4   exposed-modules:  Network.Hakyll.SimpleServer                     Text.Hakyll                     Text.Hakyll.Context