1{-# LANGUAGE CPP, NoImplicitPrelude, PackageImports #-}
2module Data.Type.Coercion.Compat (
3#if MIN_VERSION_base(4,7,0)
4  module Base
5#endif
6) where
7
8#if MIN_VERSION_base(4,7,0)
9import "base-compat" Data.Type.Coercion.Compat as Base
10#endif
11