From 8b79e0e05656e70c6bfc105a6990e1110366fc9d Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Sat, 24 Jun 2017 17:30:41 -0400 Subject: [PATCH] :fire: redundant imports. --- test/CommandSpec.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CommandSpec.hs b/test/CommandSpec.hs index 32cefffed..7922a547b 100644 --- a/test/CommandSpec.hs +++ b/test/CommandSpec.hs @@ -4,7 +4,6 @@ import Command import Data.Blob import Data.Functor.Both as Both import Data.Maybe -import Data.Source import Data.String import Language import Prologue hiding (readFile, toList)