[commit: ghc] master: Mark `Data.Typeable.Internal` as Trustworthy after consverstation with ekmett & hvr. (e159e08)

git at git.haskell.org git at git.haskell.org
Mon Nov 24 22:09:48 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e159e08a5e1c1f9f7b6805f3f0775333104c3d6e/ghc

>---------------------------------------------------------------

commit e159e08a5e1c1f9f7b6805f3f0775333104c3d6e
Author: David Terei <code at davidterei.com>
Date:   Mon Nov 24 14:26:57 2014 -0500

    Mark `Data.Typeable.Internal` as Trustworthy after consverstation with
    ekmett & hvr.


>---------------------------------------------------------------

e159e08a5e1c1f9f7b6805f3f0775333104c3d6e
 libraries/base/Data/Typeable/Internal.hs               | 2 +-
 testsuite/tests/safeHaskell/unsafeLibs/GoodImport03.hs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index 4c7974a..ccdd059 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE Unsafe #-}
+{-# LANGUAGE Trustworthy #-}
 {-# LANGUAGE BangPatterns #-}
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE ConstraintKinds #-}
diff --git a/testsuite/tests/safeHaskell/unsafeLibs/GoodImport03.hs b/testsuite/tests/safeHaskell/unsafeLibs/GoodImport03.hs
index 30da9f5..84e728f 100644
--- a/testsuite/tests/safeHaskell/unsafeLibs/GoodImport03.hs
+++ b/testsuite/tests/safeHaskell/unsafeLibs/GoodImport03.hs
@@ -56,7 +56,7 @@ import Data.String
 import Data.Traversable
 import Data.Tuple
 import Data.Typeable
--- import Data.Typeable.Internal
+import Data.Typeable.Internal
 import Data.Unique
 import Data.Version
 import Data.Word



More information about the ghc-commits mailing list