1
0
forked from GitHub/gf-core

also add the 9.6 compatibility fixes to PGF2

This commit is contained in:
Inari Listenmaa
2025-08-03 16:30:18 +02:00
committed by Andreas Källberg
parent 4fea7cf37f
commit c7e26d7cd2
2 changed files with 3 additions and 3 deletions

View File

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