packages feed

digestive-functors-blaze 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependencies added: blaze-markup

Dependency ranges changed: blaze-html

API changes (from Hackage documentation)

Files

digestive-functors-blaze.cabal view
@@ -1,5 +1,5 @@ Name:          digestive-functors-blaze-Version:       0.3.0.1+Version:       0.3.0.2 Synopsis:      Blaze frontend for the digestive-functors library Description:   Blaze frontend for the digestive-functors library Homepage:      http://github.com/jaspervdj/digestive-functors@@ -18,6 +18,7 @@    Build-depends:     base               >= 4       && < 5,+    blaze-html         >= 0.5     && < 0.6,+    blaze-markup       >= 0.5     && < 0.6,     digestive-functors >= 0.3.0.1 && < 0.4,-    blaze-html         >= 0.4     && < 0.6,     text               >= 0.11    && < 0.12
src/Text/Digestive/Blaze/Html5.hs view
@@ -20,9 +20,10 @@ import Control.Monad (forM_, when)  import Data.Text (Text)-import Text.Blaze.Internal as H+import Text.Blaze.Html (Html, (!)) import qualified Text.Blaze.Html5 as H import qualified Text.Blaze.Html5.Attributes as A+import qualified Text.Blaze.Internal as H  import Text.Digestive.View