prosidy-1.5.0.1: src/Prosidy/Compat.hs
{-# LANGUAGE CPP #-}
module Prosidy.Compat
( MonadFail(..)
) where
#if __GLASGOW_HASKELL__ < 808
import Control.Monad.Fail (MonadFail(..))
#endif{-# LANGUAGE CPP #-}
module Prosidy.Compat
( MonadFail(..)
) where
#if __GLASGOW_HASKELL__ < 808
import Control.Monad.Fail (MonadFail(..))
#endif