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 /utils/runghc | |
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 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.hs b/utils/runghc/runghc.hs index 5280cb3344..47a6bc57d5 100644 --- a/utils/runghc/runghc.hs +++ b/utils/runghc/runghc.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE CPP, ForeignFunctionInterface #-} +{-# LANGUAGE CPP #-} #include "ghcconfig.h" ----------------------------------------------------------------------------- -- |