brittany/source/library/Language/Haskell/Brittany.hs

29 lines
660 B
Haskell

{-# 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.Types
import Language.Haskell.Brittany.Internal.Config.Types
import Language.Haskell.Brittany.Internal.Config