language-puppet-1.3.15: 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, (</>))