Changes between Version 38 and Version 39 of SafeHaskell
- Timestamp:
- 01/24/11 12:35:22 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SafeHaskell
v38 v39 186 186 * '''`-XSafeImports`''' has no special interactions. `-XSafe`, `-XTrustworthy` and `-XSafeLanguage` are all compatible with it as they all imply `-XSafeImports` anyway. 187 187 188 * '''`-XSafeLanguage`''' has the exact same restrictions as `-XSafe`. 188 * '''`-XSafeLanguage`''' has the exact same restrictions as `-XSafe`. `-XSafe` and `-XSafeLanguage` can't be used together though simply as it is most likely a mistake by the module author of client if they do. 189 189 190 190
