From 0be2a81d9625be52845f225f95ea76cc6f413713 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Mon, 7 Jun 2021 14:49:54 -0700 Subject: [PATCH] Events: update import for greater compatibility --- src/Matterhorn/Events.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Matterhorn/Events.hs b/src/Matterhorn/Events.hs index 77ad9bde..4f270f8e 100644 --- a/src/Matterhorn/Events.hs +++ b/src/Matterhorn/Events.hs @@ -10,7 +10,7 @@ import Matterhorn.Prelude import Brick import qualified Data.Text as T -import GHC.Exception.Type ( fromException ) +import GHC.Exception ( fromException ) import qualified Graphics.Vty as Vty import Lens.Micro.Platform ( (.=), _2, singular, _Just ) import qualified System.IO.Error as IO