From 628417b42c97f8a309bbc52d7262e56789e418ba Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Thu, 25 Mar 2021 13:57:17 +0100 Subject: Fix lint issue --- compiler/GHC/Iface/Env.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/GHC/Iface/Env.hs') 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, -- cgit v1.2.1