diff options
author | David Terei <code@davidterei.com> | 2014-11-19 18:02:30 -0800 |
---|---|---|
committer | David Terei <code@davidterei.com> | 2014-11-21 13:03:38 -0800 |
commit | 5f84bd1d6d08e20c254227fd2f72578b751addbe (patch) | |
tree | db536ab691a4ecfa89e0bf3248a7e16916d691df /libraries/base/GHC/Event | |
parent | 453ce626a32cab3728a640b2299eaeeb30da8862 (diff) | |
download | haskell-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.hs | 2 |
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 |