Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcapriotti committed Jul 30, 2014
1 parent 5c602d9 commit 3b375db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options/Applicative/Help/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Options.Applicative.Help.Core (
import Control.Monad (guard)
import Data.List (intersperse, sort)
import Data.Maybe (maybeToList, catMaybes)
import Data.Monoid (Monoid, mempty, mappend, mconcat)
import Data.Monoid (Monoid, mempty, mappend)

import Options.Applicative.Common
import Options.Applicative.Types
Expand Down

0 comments on commit 3b375db

Please sign in to comment.