From ca33921bf25f4f6921b3f189a986a6ca262aa51a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Sep 2015 11:32:47 -0400 Subject: [PATCH] I've been not documenting these import Preludes used to deal with the AMP transition --- Utility/OptParse.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/OptParse.hs b/Utility/OptParse.hs index 8fb0affe0c..c65a18c249 100644 --- a/Utility/OptParse.hs +++ b/Utility/OptParse.hs @@ -9,7 +9,7 @@ module Utility.OptParse where import Options.Applicative import Data.Monoid -import Prelude -- Fix redundant import warning +import Prelude -- | A switch that can be enabled using --foo and disabled using --no-foo. --