From c0922e49064b1789e3415fbef91ba680ed887882 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 29 Jun 2020 10:32:59 -0400 Subject: fix(xan): Remove unused imports GHC 8.8 is better at detecting unused imports, it seems - all of these are new warnings that fail under -Werror Change-Id: I1357094d715483612deb0db4a75b3e4f8f27d2e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/889 Reviewed-by: glittershark Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI --- users/glittershark/xanthous/src/Xanthous/Game/Draw.hs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'users/glittershark/xanthous/src/Xanthous/Game') diff --git a/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs b/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs index b9bd8fdc039e..0e1fedc67d19 100644 --- a/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs +++ b/users/glittershark/xanthous/src/Xanthous/Game/Draw.hs @@ -18,17 +18,9 @@ import Xanthous.Game.State import Xanthous.Entities.Character import Xanthous.Entities.Item (Item) import Xanthous.Game - ( GameState(..) - , entities - , revealedPositions - , characterPosition + ( characterPosition , characterVisiblePositions , character - , MessageHistory(..) - , messageHistory - , GamePromptState(..) - , promptState - , debugState, allRevealed ) import Xanthous.Game.Prompt import Xanthous.Orphans () -- cgit 1.4.1