Skip to content

Commit

Permalink
Explicit import of mempty for GHC < 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Dec 13, 2016
1 parent 52b3fbe commit 27e877e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockmaster/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Dockmaster.Types where
import Data.Yaml
import Control.Applicative
import Data.HashMap.Lazy (HashMap, lookup, member)
import Data.Monoid (mempty)
import Prelude hiding (lookup)
import qualified Data.Text as T

Expand Down

0 comments on commit 27e877e

Please sign in to comment.