From ecf09992fe39f7422d4c3d56205a9ebc6417c631 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Sat, 26 Oct 2013 20:28:54 +0200 Subject: [PATCH] Remove obsolete `-fno-warn-unused-imports` The "apparent bug in GHC, reports a bogus warning for the Prelude import below" doesn't seem to occur in GHC HEAD anymore. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> --- System/IO/Error.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/System/IO/Error.hs b/System/IO/Error.hs index 1304dc4..d39261b 100644 --- a/System/IO/Error.hs +++ b/System/IO/Error.hs @@ -1,5 +1,3 @@ -{-# OPTIONS_GHC -fno-warn-unused-imports #-} --- apparent bug in GHC, reports a bogus warning for the Prelude import below #if __GLASGOW_HASKELL__ >= 701 {-# LANGUAGE Safe #-} #endif -- GitLab