-- | Settings used by the code generator to customize the code.
module Copilot.Compile.C99.Settings
  {-# DEPRECATED "This module will be hidden in future versions." #-}
  (module Copilot.Compile.C99.Settings.Internal)
 where

import Copilot.Compile.C99.Settings.Internal