packages feed

yesod-core 1.4.1 → 1.4.1.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Yesod/Core/TypeCache.hs view
@@ -62,7 +62,7 @@ -- Since 1.4.0 cachedBy :: (Monad m, Typeable a)          => KeyedTypeMap-         -> ByteString+         -> ByteString                     -- ^ a cache key          -> m a                            -- ^ cache the result of this action          -> m (Either (KeyedTypeMap, a) a) -- ^ Left is a cache miss, Right is a hit cachedBy cache k action = case clookup k cache of
yesod-core.cabal view
@@ -1,5 +1,5 @@ name:            yesod-core-version:         1.4.1+version:         1.4.1.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>