Insert deprecated pragmas for byLabel and fileByLabel

This commit is contained in:
kotaro 2017-12-18 14:10:12 +09:00
parent 8cf44ff7c8
commit 8e52b490fe

View File

@ -164,6 +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" #-}
-- | The state used in a single test case defined using 'yit'
--