diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2024-09-09 19:45:34 +0200 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-02 16:39:31 +0200 |
| commit | e84826ed2aaccde1e5be178f83fc61c1943bb232 (patch) | |
| tree | 203e6c3ce2acd205a163ddcac31fdf72303d53ee | |
| parent | bbf12458c7c4b783897851f7e0bddea54f2d984e (diff) | |
explicitly import join, when, (<=<) from Control.Monad
| -rw-r--r-- | src/compiler/GF/Interactive.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Interactive.hs b/src/compiler/GF/Interactive.hs index 1970533d6..2edb5f3d8 100644 --- a/src/compiler/GF/Interactive.hs +++ b/src/compiler/GF/Interactive.hs @@ -32,6 +32,7 @@ import qualified Text.ParserCombinators.ReadP as RP import System.Directory({-getCurrentDirectory,-}getAppUserDataDirectory) import Control.Exception(SomeException,fromException,evaluate,try) import Control.Monad.State hiding (void) +import Control.Monad (join, when, (<=<)) import qualified GF.System.Signal as IO(runInterruptibly) #ifdef SERVER_MODE import GF.Server(server) |
