packages feed

digestive-functors 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+3/−1 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.3.0.1+Version:  0.3.0.2 Synopsis: A practical formlet library  Description:
src/Text/Digestive/Form/Internal.hs view
@@ -141,6 +141,8 @@  eval' context method env form = case form of +    Pure Nothing (Singleton x) -> return (pure x, [])+     Pure Nothing _ ->         error "No ref specified for field"