From 02d38ca076298826d5d5d162c84d3ad7aa526834 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Mon, 28 May 2018 13:48:49 -0400 Subject: [PATCH] Only import what we need from Text.Show.Pretty. --- src/Semantic/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Semantic/Util.hs b/src/Semantic/Util.hs index 3a5c1fab0..2d5317d21 100644 --- a/src/Semantic/Util.hs +++ b/src/Semantic/Util.hs @@ -27,7 +27,7 @@ import Semantic.Graph import Semantic.IO as IO import Semantic.Task import Text.Show (showListWith) -import Text.Show.Pretty +import Text.Show.Pretty (ppShow) import qualified Language.Python.Assignment as Python import qualified Language.Ruby.Assignment as Ruby