unused-0.9.0.0: src/Common.hs
{-# LANGUAGE CPP #-}
module Common
( (<>)
) where
#if MIN_VERSION_base(4, 8, 0)
import Data.Monoid ((<>))
#endif
{-# LANGUAGE CPP #-}
module Common
( (<>)
) where
#if MIN_VERSION_base(4, 8, 0)
import Data.Monoid ((<>))
#endif