diff options
Diffstat (limited to 'compiler/codeGen/StgCmmLayout.hs')
-rw-r--r-- | compiler/codeGen/StgCmmLayout.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmLayout.hs b/compiler/codeGen/StgCmmLayout.hs index b46ab5ae14..47ee370212 100644 --- a/compiler/codeGen/StgCmmLayout.hs +++ b/compiler/codeGen/StgCmmLayout.hs @@ -25,9 +25,7 @@ module StgCmmLayout ( #include "HsVersions.h" -#if __GLASGOW_HASKELL__ >= 709 import Prelude hiding ((<*>)) -#endif import StgCmmClosure import StgCmmEnv |