packages feed

unused-0.6.1.0: src/Common.hs

{-# LANGUAGE CPP #-}

module Common
    ( (<>)
    ) where

#if MIN_VERSION_base(4, 8, 0)
import Data.Monoid ((<>))
#endif