diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-05-14 09:31:57 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-05-14 10:52:21 +0200 |
commit | 88c0870b44a3854bc6608055e7ef84da17324830 (patch) | |
tree | 71f68e63fe32205d23586506c16d833c007308fa /ghc | |
parent | dd92e2179e3171a0630834b773c08d416101980d (diff) | |
download | haskell-88c0870b44a3854bc6608055e7ef84da17324830.tar.gz |
Remove LANGUAGE pragrams implied by Haskell2010
Haskell2010 implies (at least) EmptyDataDecls, ForeignFunctionInterface,
PatternGuards, DoAndIfThenElse, and RelaxedPolyRec.
This is a follow-up to dd92e2179e3171a0630834b773c08d416101980d
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index d056bf97c4..fcb9bd15a1 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -1,5 +1,4 @@ {-# OPTIONS -fno-warn-incomplete-patterns -optc-DNON_POSIX_SOURCE #-} -{-# LANGUAGE ForeignFunctionInterface #-} ----------------------------------------------------------------------------- -- |