tools/pas2c/PascalParser.hs
changeset 15958 24545642473f
parent 14235 3a9e4f35aa68
--- a/tools/pas2c/PascalParser.hs	Thu May 25 17:46:57 2023 +0200
+++ b/tools/pas2c/PascalParser.hs	Fri Jun 16 08:10:45 2023 +0200
@@ -4,7 +4,7 @@
     )
     where
 
-import Text.Parsec
+import Text.Parsec hiding (string')
 import Text.Parsec.Token
 import Text.Parsec.Expr
 import Control.Monad