Support GHC 9.12
[cabal.git] / Cabal / src / Distribution / Compat / Prelude / Internal.hs
blobe13d86284ce9c8671ab1b93dd0b0d0583ab1c5c2
1 -- | This module re-exports the non-exposed
2 -- "Distribution.Compat.Prelude" module for
3 -- reuse by @cabal-install@'s
4 -- "Distribution.Client.Compat.Prelude" module.
5 --
6 -- It is highly discouraged to rely on this module
7 -- for @Setup.hs@ scripts since its API is /not/
8 -- stable.
9 module Distribution.Compat.Prelude.Internal
10 {-# WARNING "This modules' API is not stable. Use at your own risk, or better yet, use @base-compat@!" #-}
11 ( module Distribution.Compat.Prelude
12 ) where
14 import Distribution.Compat.Prelude