Silence redundant import warning with base-4.8.*

This commit is contained in:
Simon Jakobi 2015-09-15 04:38:19 +02:00 committed by Joey Hess
parent c4eaa5e42b
commit b468890f3e

View file

@ -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.
--