summaryrefslogtreecommitdiff
path: root/IntMapClass.hs
diff options
context:
space:
mode:
Diffstat (limited to 'IntMapClass.hs')
-rw-r--r--IntMapClass.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/IntMapClass.hs b/IntMapClass.hs
index 77ce16b..81382aa 100644
--- a/IntMapClass.hs
+++ b/IntMapClass.hs
@@ -15,11 +15,7 @@ import Data.Traversable ( Traversable )
15import Data.Monoid ( Monoid ) 15import Data.Monoid ( Monoid )
16import Control.DeepSeq ( NFData ) 16import Control.DeepSeq ( NFData )
17import Control.Applicative ( Applicative ) 17import Control.Applicative ( Applicative )
18#if MIN_VERSION_base(4,7,0)
19import Data.Coerce 18import Data.Coerce
20#else
21class Coercible a b where coerce :: a -> b
22#endif
23 19
24newtype IMap k a = IMap { intmap :: IntMap a } 20newtype IMap k a = IMap { intmap :: IntMap a }
25 deriving 21 deriving