diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-02-02 08:54:43 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2014-02-02 08:56:23 +0100 |
commit | f02897567c033f6657d9132215f73bcdc3cbac45 (patch) | |
tree | 312ceaa8675bd9b80db3e91c7ab50214de411e67 /compiler/cmm | |
parent | d5fb6709df641010fb50bd120abd10257f4691b7 (diff) | |
download | haskell-f02897567c033f6657d9132215f73bcdc3cbac45.tar.gz |
Remove redundant NoMonoLocalBinds pragma
Diffstat (limited to 'compiler/cmm')
-rw-r--r-- | compiler/cmm/CmmBuildInfoTables.hs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/cmm/CmmBuildInfoTables.hs b/compiler/cmm/CmmBuildInfoTables.hs index 04c3b71494..d32581737f 100644 --- a/compiler/cmm/CmmBuildInfoTables.hs +++ b/compiler/cmm/CmmBuildInfoTables.hs @@ -1,8 +1,4 @@ -{-# LANGUAGE GADTs, NoMonoLocalBinds #-} - --- Norman likes local bindings --- If this module lives on I'd like to get rid of the NoMonoLocalBinds --- extension in due course +{-# LANGUAGE GADTs #-} -- Todo: remove -fno-warn-warnings-deprecations {-# OPTIONS_GHC -fno-warn-warnings-deprecations #-} |