digestive-functors 0.4.1.0 → 0.4.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
digestive-functors.cabal view
@@ -1,5 +1,5 @@ Name: digestive-functors-Version: 0.4.1.0+Version: 0.4.1.1 Synopsis: A practical formlet library Description:
src/Text/Digestive/Form/Internal.hs view
@@ -189,7 +189,7 @@ x'' <- bindResult (return x') (f >=> return . ann path) return (x'', inp) - Monadic x -> eval' path method env $ runIdentity x+ Monadic x -> eval' context method env $ runIdentity x where path = context ++ maybeToList (getRef form)