Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Apr 11, 2023
1 parent 3b52409 commit 56ca072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Data.Maybe (fromMaybe, isJust)
import Data.Time (UTCTime, getCurrentTime)
import UnliftIO (MonadUnliftIO, newIORef, readIORef, atomicWriteIORef, hFlush, stdout)
import UnliftIO.Timeout (timeout)
import UnliftIO.Concurrent (forkIO, getNumCapabilities, newEmptyMVar, putMVar, tryTakeMVar, tryReadMVar)
import UnliftIO.Concurrent hiding (killThread, threadDelay)

import EVM (VM, Contract)
import EVM.Types (Addr, W256)
Expand Down

0 comments on commit 56ca072

Please sign in to comment.