Silence redundant import warning with base-4.8.*
This commit is contained in:
parent
c4eaa5e42b
commit
b468890f3e
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue