Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Fix warning with ghc 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Dec 9, 2015
1 parent fcf82ae commit b9bd4eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GHCMod/Options/DocUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ module GHCMod.Options.DocUtils (
) where

import Options.Applicative
import Data.Monoid (Monoid) -- for ghc<7.10
import Data.Monoid
import Text.PrettyPrint.ANSI.Leijen as PP hiding ((<>), (<$>), (<$$>), int)
import Prelude

desc :: [Doc] -> InfoMod a
desc = footerDoc . Just . indent 2 . vsep
Expand Down

0 comments on commit b9bd4eb

Please sign in to comment.