mirror of
https://github.com/typeable/bloodhound.git
synced 2024-12-12 14:32:23 +03:00
Silence redundant import warning with base-4.8.*
This commit is contained in:
parent
09074d773f
commit
1eb87e58f0
@ -1,8 +1,11 @@
|
||||
{-# LANGUAGE CPP #-}
|
||||
module Database.Bloodhound.Types.Class
|
||||
( Seminearring(..) )
|
||||
where
|
||||
|
||||
#if !MIN_VERSION_base(4,8,0)
|
||||
import Data.Monoid
|
||||
#endif
|
||||
|
||||
class Monoid a => Seminearring a where
|
||||
-- 0, +, *
|
||||
|
Loading…
Reference in New Issue
Block a user