happstack-helpers 0.21 → 0.22
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
Happstack/Server/Helpers.hs view
@@ -1,5 +1,5 @@ module Happstack.Server.Helpers- ( smartserver, exactdir, smartserver'+ ( smartserver, exactdir, smartserver',getData' ) where import Happstack.Server@@ -46,3 +46,6 @@ if p rq then sps else mzero++getData' :: (ServerMonad m, FromData a, MonadPlus m) => m a+getData' = getData >>= maybe mzero return
happstack-helpers.cabal view
@@ -1,5 +1,5 @@ Name: happstack-helpers-Version: 0.21+Version: 0.22 License: BSD3 License-file: bsd3.txt Description: Functions I found I was using repeatedly when programming Happstack based web-apps.