shake-0.14: src/General/Prelude.hs
{-# OPTIONS_GHC -fno-warn-unused-imports #-} -- for GHC 7.9 compatibility
-- | Alternative Prelude which exports more things, so we can be
-- warning-compatible with GHC 7.10.
module General.Prelude(
module Prelude,
Monoid(..), Applicative(..)
) where
import Data.Monoid
import Control.Applicative