Skip to content

Commit 7d7a7b2

Browse files
committed
explicitly import join, when, (<=<) from Control.Monad
1 parent 6df8e9b commit 7d7a7b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/GF/Interactive.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import qualified Text.ParserCombinators.ReadP as RP
3232
import System.Directory({-getCurrentDirectory,-}getAppUserDataDirectory)
3333
import Control.Exception(SomeException,fromException,evaluate,try)
3434
import Control.Monad.State hiding (void)
35+
import Control.Monad (join, when, (<=<))
3536
import qualified GF.System.Signal as IO(runInterruptibly)
3637
#ifdef SERVER_MODE
3738
import GF.Server(server)

0 commit comments

Comments
 (0)