summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2022-08-24 11:57:47 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2022-08-24 11:57:47 +0200
commit1294269cd60f3db7b056135104615625baeb528c (patch)
tree67be66264691072b928c1a3a6603f565f30b4ea8 /src
parent3acb7d2da481350a7be328d6f7c0b095661d05ec (diff)
workaround for the Nix madness
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GF/Interactive.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/GF/Interactive.hs b/src/compiler/GF/Interactive.hs
index 1ea62e4b3..676511680 100644
--- a/src/compiler/GF/Interactive.hs
+++ b/src/compiler/GF/Interactive.hs
@@ -38,8 +38,6 @@ import GF.Server(server)
#endif
import GF.Command.Messages(welcome)
--- Provides an orphan instance of MonadFail for StateT in ghc versions < 8
-import Control.Monad.Trans.Instances ()
-- | Run the GF Shell in quiet mode (@gf -run@).
mainRunGFI :: Options -> [FilePath] -> IO ()