From eba2d41b299411dd3dc4ce782fa40b1787fe3a66 Mon Sep 17 00:00:00 2001 From: shu Date: Thu, 12 Dec 2019 01:43:13 +0100 Subject: [PATCH] Day 9: Might want to remove the import too --- 2019/day9/Intcode.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/2019/day9/Intcode.hs b/2019/day9/Intcode.hs index 94bb100..8f93ae5 100644 --- a/2019/day9/Intcode.hs +++ b/2019/day9/Intcode.hs @@ -7,7 +7,6 @@ module Intcode ) where import Control.DeepSeq as DeepSeq -import Control.Exception import Data.Char import Data.List as L import Data.Vector as V hiding