diff --git a/Utility/OptParse.hs b/Utility/OptParse.hs index f58e8fadf6..8fb0affe0c 100644 --- a/Utility/OptParse.hs +++ b/Utility/OptParse.hs @@ -9,6 +9,7 @@ module Utility.OptParse where import Options.Applicative import Data.Monoid +import Prelude -- Fix redundant import warning -- | A switch that can be enabled using --foo and disabled using --no-foo. --