digestive-functors-lucid 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Text.Digestive.Lucid.Html5: ifSingleton :: Bool -> a -> [a]
Files
digestive-functors-lucid.cabal view
@@ -1,5 +1,5 @@ Name: digestive-functors-lucid-Version: 0.0.0.1+Version: 0.0.0.2 Synopsis: Lucid frontend for the digestive-functors library Description: Ludic frontend for the digestive-functors library Homepage: http://github.com/jaspervdj/digestive-functors
src/Text/Digestive/Lucid/Html5.hs view
@@ -3,7 +3,8 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE ExtendedDefaultRules #-} module Text.Digestive.Lucid.Html5- ( inputText+ ( ifSingleton+ , inputText , inputTextArea , inputPassword , inputHidden