Fix warning with ghc 7.10
This commit is contained in:
parent
fcf82ae101
commit
b9bd4ebf77
@ -25,8 +25,9 @@ module GHCMod.Options.DocUtils (
|
|||||||
) where
|
) where
|
||||||
|
|
||||||
import Options.Applicative
|
import Options.Applicative
|
||||||
import Data.Monoid (Monoid) -- for ghc<7.10
|
import Data.Monoid
|
||||||
import Text.PrettyPrint.ANSI.Leijen as PP hiding ((<>), (<$>), (<$$>), int)
|
import Text.PrettyPrint.ANSI.Leijen as PP hiding ((<>), (<$>), (<$$>), int)
|
||||||
|
import Prelude
|
||||||
|
|
||||||
desc :: [Doc] -> InfoMod a
|
desc :: [Doc] -> InfoMod a
|
||||||
desc = footerDoc . Just . indent 2 . vsep
|
desc = footerDoc . Just . indent 2 . vsep
|
||||||
|
Loading…
Reference in New Issue
Block a user