summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-03-25 13:57:17 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-03-26 19:00:07 -0400
commit628417b42c97f8a309bbc52d7262e56789e418ba (patch)
tree58bbd24be6c59b8d9271e7d2a4e55516e27c5bd4
parenta9c0b3ca1d4fdfe9938f6cb0c2f72faf8a5f8a64 (diff)
downloadhaskell-628417b42c97f8a309bbc52d7262e56789e418ba.tar.gz
Fix lint issue
-rw-r--r--compiler/GHC/Iface/Env.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Env.hs b/compiler/GHC/Iface/Env.hs
index f36eb1d4ae..169ffaef29 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, BangPatterns #-}
+{-# LANGUAGE CPP, RankNTypes #-}
module GHC.Iface.Env (
newGlobalBinder, newInteractiveBinder,