Skip to content

Commit

Permalink
Fix Monoid import warning with 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed May 14, 2016
1 parent 6b8b47f commit 50a4905
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal-install/tests/IntegrationTests2.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE CPP #-}
module Main where

import Distribution.Client.DistDirLayout
Expand All @@ -14,7 +15,9 @@ import Distribution.Version
import Distribution.Verbosity
import Distribution.Text

#if !MIN_VERSION_base(4,8,0)
import Data.Monoid
#endif
import qualified Data.Map as Map
import Control.Monad
import Control.Exception
Expand Down

0 comments on commit 50a4905

Please sign in to comment.