packages feed

digestive-functors-heist 0.8.3.1 → 0.8.4.0

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

digestive-functors-heist.cabal view
@@ -1,5 +1,5 @@ Name:          digestive-functors-heist-Version:       0.8.3.1+Version:       0.8.4.0 Synopsis:      Heist frontend for the digestive-functors library Description:   Heist frontend for the digestive-functors library Homepage:      http://github.com/jaspervdj/digestive-functors
src/Text/Digestive/Heist/Compiled.hs view
@@ -132,7 +132,7 @@             -> (RuntimeSplice m (View Text) -> Splices (AttrSplice m))             -> RuntimeSplice m (View Text)             -> Splice m-formSplice' ss as getView = do+formSplice' ss as = deferMap return $ \getView -> do     node <- getParamNode     let (_, attrs) = getRefAttributes node Nothing         tree = X.Element "form"