# HG changeset patch # User Wuzzy # Date 1538505213 -7200 # Node ID db1b680bd8d320ee727f004d547406d617e1c6d2 # Parent a8fd5490932fdd43a9decd667d1f288037dcad98 Resolve ambiguity of <> in Pas2C.hs 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