language-puppet-1.5.1: src/XPrelude.hs
-- |
-- General specific prelude for language-puppet.
-- Customization of the <https://hackage.haskell.org/package/protolude Protolude> with extra specific utilities.
module XPrelude
( module XPrelude.Extra,
module XPrelude.PP,
)
where
import XPrelude.Extra
import XPrelude.PP hiding (width, (</>))