projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28314aa
)
-fglasgow-exts no longer implies -fbang-patterns
author
simonpj@microsoft.com
<unknown>
Fri, 1 Sep 2006 12:57:14 +0000
(12:57 +0000)
committer
simonpj@microsoft.com
<unknown>
Fri, 1 Sep 2006 12:57:14 +0000
(12:57 +0000)
compiler/main/DynFlags.hs
patch
|
blob
|
history
diff --git
a/compiler/main/DynFlags.hs
b/compiler/main/DynFlags.hs
index
f02e676
..
9f1f532
100644
(file)
--- a/
compiler/main/DynFlags.hs
+++ b/
compiler/main/DynFlags.hs
@@
-1042,8
+1042,7
@@
glasgowExtsFlags = [
Opt_GlasgowExts,
Opt_FFI,
Opt_ImplicitParams,
- Opt_ScopedTypeVariables,
- Opt_BangPatterns ]
+ Opt_ScopedTypeVariables ]
isFFlag f = f `elem` (map fst fFlags)
getFFlag f = fromJust (lookup f fFlags)