summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event
diff options
context:
space:
mode:
authorDavid Terei <code@davidterei.com>2014-11-19 18:02:30 -0800
committerDavid Terei <code@davidterei.com>2014-11-21 13:03:38 -0800
commit5f84bd1d6d08e20c254227fd2f72578b751addbe (patch)
treedb536ab691a4ecfa89e0bf3248a7e16916d691df /libraries/base/GHC/Event
parent453ce626a32cab3728a640b2299eaeeb30da8862 (diff)
downloadhaskell-5f84bd1d6d08e20c254227fd2f72578b751addbe.tar.gz
Improve Safe Haskell bounds for changes to base over time
Diffstat (limited to 'libraries/base/GHC/Event')
-rw-r--r--libraries/base/GHC/Event/Control.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/Control.hs b/libraries/base/GHC/Event/Control.hs
index 747a416343..93590ecfb0 100644
--- a/libraries/base/GHC/Event/Control.hs
+++ b/libraries/base/GHC/Event/Control.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE Unsafe #-}
+{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE CPP
, NoImplicitPrelude
, ScopedTypeVariables