Skip to content

Commit

Permalink
Monoid is in the Prelude in 7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Mar 8, 2015
1 parent d0c31b1 commit e93b26b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Data/LCA/Online/Monoidal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ module Data.LCA.Online.Monoidal

import Control.Applicative hiding (empty)
import Data.Foldable hiding (toList)

#if __GLASGOW_HASKELL__ < 710
import Data.Monoid (Monoid(..))
#endif

import Prelude hiding
( drop
, map
Expand Down

0 comments on commit e93b26b

Please sign in to comment.