1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

need to use pPrintNoColor for no color option

This commit is contained in:
Ayman Nadeem 2019-10-18 17:19:11 -04:00
parent 51ce6dd303
commit 718dd27e4a

View File

@ -12,7 +12,7 @@ import Data.ByteString (pack, readFile, ByteString)
import System.IO (FilePath)
import Options.Applicative hiding (style)
import Data.Semigroup ((<>))
import Text.Pretty.Simple (pPrint)
import Text.Pretty.Simple (pPrint, pPrintNoColor)
data SemanticAST = SemanticAST
{ format :: Format