I've been not documenting these import Preludes used to deal with the AMP transition
This commit is contained in:
parent
b468890f3e
commit
ca33921bf2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue