workaround for the Nix madness

This commit is contained in:
Krasimir Angelov
2022-08-24 11:57:47 +02:00
parent 3acb7d2da4
commit 1294269cd6
4 changed files with 65 additions and 47 deletions

View File

@@ -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 ()