packages feed

digestive-functors-blaze 0.6.0.6 → 0.6.1.0

raw patch · 3 files changed

+7/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ CHANGELOG view
@@ -0,0 +1,2 @@+- 0.6.1.0+    * Remove invalid value attr from file element
digestive-functors-blaze.cabal view
@@ -1,5 +1,5 @@ Name:          digestive-functors-blaze-Version:       0.6.0.6+Version:       0.6.1.0 Synopsis:      Blaze frontend for the digestive-functors library Description:   Blaze frontend for the digestive-functors library Homepage:      http://github.com/jaspervdj/digestive-functors@@ -10,6 +10,9 @@ Category:      Web Build-type:    Simple Cabal-version: >= 1.6++Extra-source-files:+  CHANGELOG  Library   Hs-source-dirs:  src
src/Text/Digestive/Blaze/Html5.hs view
@@ -140,10 +140,8 @@     ! A.type_ "file"     ! A.id    (H.toValue ref')     ! A.name  (H.toValue ref')-    ! A.value (H.toValue value)   where-    ref'  = absoluteRef ref view-    value = fromMaybe "" $ fieldInputFile ref view+    ref' = absoluteRef ref view   --------------------------------------------------------------------------------