diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-03 16:30:18 +0200 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2025-08-08 18:12:26 +0200 |
| commit | c7e26d7cd2d8d2178f619cf891588dca8356d997 (patch) | |
| tree | e4773f24281b60aac2b7427bbc7e4f19c8d41d16 /src/compiler | |
| parent | 4fea7cf37fb76516d90f351d91aac13ca8d76fce (diff) | |
also add the 9.6 compatibility fixes to PGF2
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/GF/Interactive2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Interactive2.hs b/src/compiler/GF/Interactive2.hs index d429b4530..f0c3f6043 100644 --- a/src/compiler/GF/Interactive2.hs +++ b/src/compiler/GF/Interactive2.hs @@ -12,7 +12,7 @@ import GF.Command.Abstract import GF.Command.Parse(readCommandLine,pCommand) import GF.Data.Operations (Err(..)) import GF.Data.Utilities(whenM,repeatM) - +import Control.Monad (join, when, (<=<)) import GF.Infra.UseIO(ioErrorText,putStrLnE) import GF.Infra.SIO import GF.Infra.Option |
