diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-20 16:54:01 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-20 16:54:01 +0100 |
commit | 2844abb416975d589ab598162e70eff0df49751f (patch) | |
tree | 04751d84c518758d3a37d4382dae161d4804395f /compiler/cmm/CmmUtils.hs | |
parent | 8a1334404cee2f1d668bc77786b1d6381877612c (diff) | |
download | haskell-2844abb416975d589ab598162e70eff0df49751f.tar.gz |
GHC 7.4 is now required for building HEAD
Diffstat (limited to 'compiler/cmm/CmmUtils.hs')
-rw-r--r-- | compiler/cmm/CmmUtils.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/cmm/CmmUtils.hs b/compiler/cmm/CmmUtils.hs index f2e4d8e183..615e2fd625 100644 --- a/compiler/cmm/CmmUtils.hs +++ b/compiler/cmm/CmmUtils.hs @@ -8,11 +8,6 @@ {-# OPTIONS_GHC -fno-warn-deprecations #-} -- Warnings from deprecated blockToNodeList -{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-} -#if __GLASGOW_HASKELL__ >= 703 --- GHC 7.0.1 improved incomplete pattern warnings with GADTs -{-# OPTIONS_GHC -fwarn-incomplete-patterns #-} -#endif ----------------------------------------------------------------------------- |