diff options
| author | Arianna Masciolini <uzkamascio@gmail.com> | 2025-08-08 18:17:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 18:17:45 +0200 |
| commit | 726fb3467c1d1c1b6c15afc54ec81ad06528e7ac (patch) | |
| tree | bef97a1d1d005d96d23382225cd8dd47dfb467b7 /src/compiler/GF/Interactive2.hs | |
| parent | e7c0b6dada71f16160aa60e6fed6251280cbaf16 (diff) | |
| parent | b02bb08532705fac2b803e7a739edd643264c547 (diff) | |
Merge pull request #191 from GrammaticalFramework/minor-updates-binary-packages
Update release scripts for 3.12
Diffstat (limited to 'src/compiler/GF/Interactive2.hs')
| -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 |
