summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Array.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Event/Array.hs')
-rw-r--r--libraries/base/GHC/Event/Array.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/Array.hs b/libraries/base/GHC/Event/Array.hs
index 142414473f..5b811ef7a9 100644
--- a/libraries/base/GHC/Event/Array.hs
+++ b/libraries/base/GHC/Event/Array.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE Unsafe #-}
+{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE BangPatterns, CPP, ForeignFunctionInterface, NoImplicitPrelude #-}
module GHC.Event.Array
@@ -312,3 +312,4 @@ foreign import ccall unsafe "string.h memcpy"
foreign import ccall unsafe "string.h memmove"
memmove :: Ptr a -> Ptr a -> CSize -> IO (Ptr a)
+