packages feed

apiary 0.4.0.1 → 0.4.0.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

apiary.cabal view
@@ -1,5 +1,5 @@ name:                apiary-version:             0.4.0.1+version:             0.4.0.2 x-revision:          1 synopsis:            Simple web framework inspired by scotty. description:
src/Control/Monad/Apiary/Internal.hs view
@@ -97,6 +97,7 @@     grd <- getGuard     addRoute $ grd >>= tr . apply a +{-# DEPRECATED action_ "use action method." #-} action_ :: Monad m => ActionT m () -> ApiaryT c m () action_ a = do     tr <- getRunner