base-compat-0.4.0: src/Prelude/Compat.hs
module Prelude.Compat ( module Base ) where #if MIN_VERSION_base(4,6,0) import "base" Prelude as Base #else import "base" Prelude as Base hiding (catch) #endif
module Prelude.Compat ( module Base ) where #if MIN_VERSION_base(4,6,0) import "base" Prelude as Base #else import "base" Prelude as Base hiding (catch) #endif