From bc6e624ae9e26bc78b4ac8b9e1598b0917b83bda Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Tue, 1 Oct 2019 17:04:01 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semantic-ast/src/CLI.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/semantic-ast/src/CLI.hs b/semantic-ast/src/CLI.hs index 30fbc68f8..aef19ae6e 100644 --- a/semantic-ast/src/CLI.hs +++ b/semantic-ast/src/CLI.hs @@ -11,9 +11,6 @@ import Source.Span import Data.ByteString (ByteString) -newtype SignalException = SignalException Signal - deriving (Show, Typeable) -instance Exception SignalException main :: IO ()