[commit: ghc] master: simpleImportDecl: default to unsafe, not safe (3b8d128)
Simon Marlow
marlowsd at gmail.com
Fri Aug 26 23:52:31 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3b8d128701afe572969abb1dbd8af2a095b9b661
>---------------------------------------------------------------
commit 3b8d128701afe572969abb1dbd8af2a095b9b661
Author: Simon Marlow <marlowsd at gmail.com>
Date: Fri Aug 26 16:15:11 2011 +0100
simpleImportDecl: default to unsafe, not safe
>---------------------------------------------------------------
compiler/hsSyn/HsImpExp.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/hsSyn/HsImpExp.lhs b/compiler/hsSyn/HsImpExp.lhs
index 0f7ad6e..74f97b2 100644
--- a/compiler/hsSyn/HsImpExp.lhs
+++ b/compiler/hsSyn/HsImpExp.lhs
@@ -48,7 +48,7 @@ simpleImportDecl mn = ImportDecl {
ideclName = noLoc mn,
ideclPkgQual = Nothing,
ideclSource = False,
- ideclSafe = True,
+ ideclSafe = False,
ideclImplicit = False,
ideclQualified = False,
ideclAs = Nothing,
More information about the Cvs-ghc
mailing list