[commit: packages/base] ghc-7.8: Mark Data.Coerce as Unsafe (#8827) (963e353)

git at git.haskell.org git at git.haskell.org
Mon Mar 24 08:10:26 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/963e35391b8d0e44987ed693967a42dd0d4426bd/base

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

commit 963e35391b8d0e44987ed693967a42dd0d4426bd
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Mar 24 00:40:33 2014 -0500

    Mark Data.Coerce as Unsafe (#8827)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    (cherry picked from commit 2dbde340fae8122342a4d7c13fea7890ab963d11)


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

963e35391b8d0e44987ed693967a42dd0d4426bd
 Data/Coerce.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/Coerce.hs b/Data/Coerce.hs
index 2065159..ab47138 100644
--- a/Data/Coerce.hs
+++ b/Data/Coerce.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE Trustworthy #-}
+{-# LANGUAGE Unsafe #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE StandaloneDeriving #-}
 



More information about the ghc-commits mailing list