summaryrefslogtreecommitdiff
path: root/src/Command/Run.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-03-18 18:50:03 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-03-18 18:50:03 +0100
commit40015c9ffb6863b7df68e950ee24b75024de6042 (patch)
treec2a5411a722d6192beec16ede55c6a1d1b2377ca /src/Command/Run.hs
parent4896804069ea2b098f5dda2d0135d667778a4741 (diff)
Fixup Monad imports in Eval and Run
Diffstat (limited to 'src/Command/Run.hs')
-rw-r--r--src/Command/Run.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Command/Run.hs b/src/Command/Run.hs
index fd5b6d7..7c6162a 100644
--- a/src/Command/Run.hs
+++ b/src/Command/Run.hs
@@ -6,7 +6,6 @@ import Control.Concurrent
import Control.Concurrent.STM
import Control.Exception
import Control.Monad
-import Control.Monad.Except
import Control.Monad.IO.Class
import Data.Either