brittany-0.14.0.2: source/library/Language/Haskell/Brittany.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Language.Haskell.Brittany
( parsePrintModule
, staticDefaultConfig
, forwardOptionsSyntaxExtsEnabled
, userConfigPath
, findLocalConfigPath
, readConfigs
, readConfigsWithUserConfig
, Config
, CConfig(..)
, CDebugConfig(..)
, CLayoutConfig(..)
, CErrorHandlingConfig(..)
, CForwardOptions(..)
, CPreProcessorConfig(..)
, BrittanyError(..)
) where
import Language.Haskell.Brittany.Internal
import Language.Haskell.Brittany.Internal.Config
import Language.Haskell.Brittany.Internal.Config.Types
import Language.Haskell.Brittany.Internal.Types