diff --git a/src/Data/Type/Coercion/Compat.hs b/src/Data/Type/Coercion/Compat.hs index 02d2d4f..7207b42 100644 --- a/src/Data/Type/Coercion/Compat.hs +++ b/src/Data/Type/Coercion/Compat.hs @@ -10,9 +10,9 @@ module Data.Type.Coercion.Compat ( #if MIN_VERSION_base(4,7,0) import Data.Type.Coercion as Base +# if !(MIN_VERSION_base(4,10,0)) import Data.Coerce (Coercible) -# if !(MIN_VERSION_base(4,10,0)) -- | Generalized form of type-safe cast using representational equality -- -- /Since: 4.10.0.0/