base-compat-0.10.0: src/Data/Bifunctor/Compat.hs
{-# LANGUAGE CPP, NoImplicitPrelude #-}
module Data.Bifunctor.Compat (
#if MIN_VERSION_base(4,8,0)
module Base
#endif
) where
#if MIN_VERSION_base(4,8,0)
import Data.Bifunctor as Base
#endif
{-# LANGUAGE CPP, NoImplicitPrelude #-}
module Data.Bifunctor.Compat (
#if MIN_VERSION_base(4,8,0)
module Base
#endif
) where
#if MIN_VERSION_base(4,8,0)
import Data.Bifunctor as Base
#endif