Merge pull request #1465 from psibi/unsafe-haddock

Fix haddock doc for the Yesod.Core.Unsafe module
This commit is contained in:
Maximilian Tagher 2017-12-12 15:14:21 -08:00 committed by GitHub
commit 96758a4d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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