Merge pull request #1169 from bitemyapp/master
Trivial typo in haddocks bothering me
This commit is contained in:
commit
3d8c91bae6
@ -55,7 +55,7 @@ decodeClientSession key date rhost encrypted = do
|
|||||||
-- to preserve the type.
|
-- to preserve the type.
|
||||||
|
|
||||||
clientSessionDateCacher ::
|
clientSessionDateCacher ::
|
||||||
NominalDiffTime -- ^ Inactive session valitity.
|
NominalDiffTime -- ^ Inactive session validity.
|
||||||
-> IO (IO ClientSessionDateCache, IO ())
|
-> IO (IO ClientSessionDateCache, IO ())
|
||||||
clientSessionDateCacher validity = do
|
clientSessionDateCacher validity = do
|
||||||
getClientSessionDateCache <- mkAutoUpdate defaultUpdateSettings
|
getClientSessionDateCache <- mkAutoUpdate defaultUpdateSettings
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user