I've been not documenting these import Preludes used to deal with the AMP transition

This commit is contained in:
Joey Hess 2015-09-15 11:32:47 -04:00
parent b468890f3e
commit ca33921bf2

View file

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