Fix haddock doc for the Yesod.Core.Unsafe module

This commit is contained in:
Sibi Prabakaran 2017-12-13 02:33:37 +05:30
parent aff72a7365
commit 323d7f4322
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -1,7 +1,7 @@
{-# LANGUAGE CPP #-}
-- | This is designed to be used as
--
-- > qualified import Yesod.Core.Unsafe as Unsafe
-- > import qualified Yesod.Core.Unsafe as Unsafe
--
-- This serves as a reminder that the functions are unsafe to use in many situations.
module Yesod.Core.Unsafe (runFakeHandler, fakeHandlerGetLogger) where