diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-16 00:43:14 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-16 00:56:29 +0000 |
commit | 36f2d30d5dfd01f647b09365da84dcbf592aee83 (patch) | |
tree | 0a8370c7170642af21a47c07606b0ef58894fd46 /libraries/base/Foreign.hs | |
parent | 25d1eafeb41f046630f978da3655ae578c9c83b1 (diff) | |
download | haskell-36f2d30d5dfd01f647b09365da84dcbf592aee83.tar.gz |
Mark DEPRECATED pragmas with when they were added
Diffstat (limited to 'libraries/base/Foreign.hs')
-rw-r--r-- | libraries/base/Foreign.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Foreign.hs b/libraries/base/Foreign.hs index caad10442e..dbdc90588b 100644 --- a/libraries/base/Foreign.hs +++ b/libraries/base/Foreign.hs @@ -47,7 +47,7 @@ import Foreign.Marshal import GHC.IO (IO) import qualified GHC.IO (unsafePerformIO) -{-# DEPRECATED unsafePerformIO "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" #-} +{-# DEPRECATED unsafePerformIO "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release" #-} -- deprecated in 7.2 {-# INLINE unsafePerformIO #-} unsafePerformIO :: IO a -> a |