Skip to content

Commit

Permalink
Events: update import for greater compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Jun 7, 2021
1 parent ff62456 commit 0be2a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Matterhorn/Events.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0be2a81

Please sign in to comment.