[commit: packages/base] master: Mark Data.Coerce as Unsafe (#8827) (2dbde34)
git at git.haskell.org
git at git.haskell.org
Mon Mar 24 05:53:10 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2dbde340fae8122342a4d7c13fea7890ab963d11/base
>---------------------------------------------------------------
commit 2dbde340fae8122342a4d7c13fea7890ab963d11
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>
>---------------------------------------------------------------
2dbde340fae8122342a4d7c13fea7890ab963d11
Data/Coerce.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/Coerce.hs b/Data/Coerce.hs
index b00144b..bf269f5 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