From daa953ed1f9a5c1ee9901db8064add1c6ea9c439 Mon Sep 17 00:00:00 2001 From: kotaro Date: Wed, 27 Dec 2017 09:47:57 +0900 Subject: [PATCH] Add PR link into the deprecated pragmas --- yesod-test/Yesod/Test.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index 3234db5e..a9e474d3 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -164,8 +164,8 @@ import GHC.Exts (Constraint) type HasCallStack = (() :: Constraint) #endif -{-# DEPRECATED byLabel "This function seems to have multiple bugs. Use byLabelExact instead" #-} -{-# DEPRECATED fileByLabel "This function seems to have multiple bugs. Use fileByLabelExact instead" #-} +{-# DEPRECATED byLabel "This function seems to have multiple bugs (ref: https://github.com/yesodweb/yesod/pull/1459). Use byLabelExact instead" #-} +{-# DEPRECATED fileByLabel "This function seems to have multiple bugs (ref: https://github.com/yesodweb/yesod/pull/1459). Use fileByLabelExact instead" #-} -- | The state used in a single test case defined using 'yit' --