diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-05-07 15:55:04 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-12 21:41:44 -0400 |
commit | 67a5a91ef5e61f3b3c84481d8a396ed48cd5d96e (patch) | |
tree | 109ee95b75507cd49355135d53da2dbc9d9231cb /compiler/GHC/Iface/Env.hs | |
parent | 0ef119071347f7bc14f0fa89904b0cfd0b230ac1 (diff) | |
download | haskell-67a5a91ef5e61f3b3c84481d8a396ed48cd5d96e.tar.gz |
Remove useless {-# LANGUAGE CPP #-} pragmas
Diffstat (limited to 'compiler/GHC/Iface/Env.hs')
-rw-r--r-- | compiler/GHC/Iface/Env.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Env.hs b/compiler/GHC/Iface/Env.hs index b79264e22b..adcf62f8c5 100644 --- a/compiler/GHC/Iface/Env.hs +++ b/compiler/GHC/Iface/Env.hs @@ -1,6 +1,6 @@ -- (c) The University of Glasgow 2002-2006 -{-# LANGUAGE CPP, RankNTypes #-} +{-# LANGUAGE RankNTypes #-} module GHC.Iface.Env ( newGlobalBinder, newInteractiveBinder, |