diff -r a8fd5490932f -r db1b680bd8d3 tools/pas2c/Pas2C.hs --- a/tools/pas2c/Pas2C.hs Sun Sep 30 03:18:16 2018 +0200 +++ b/tools/pas2c/Pas2C.hs Tue Oct 02 20:33:33 2018 +0200 @@ -1,6 +1,7 @@ {-# LANGUAGE ScopedTypeVariables #-} module Pas2C where +import Prelude hiding ((<>)) import Text.PrettyPrint.HughesPJ import Data.Maybe import Data.Char