jwaldmann / haskell-tpdb

parser and prettyprinter for TPDB syntax (termination problem data base)
2 stars 2 forks source link

drop dependency on HaXml (replace with xml-hamlet/conduit) #21

Closed jwaldmann closed 6 years ago

jwaldmann commented 6 years ago

HaXml-1.25.4 (current) does no work with ghc-8.4.2

src/Text/XML/HaXml/DtdToHaskell/TypeDef.hs:79:5: error:
    Precedence parsing error
        cannot mix ‘<+>’ [infixl 6] and ‘Prelude.<>’ [infixr 6] in the same infix expression
   |
79 |     text "data" <+> nme <+> text "=" <+> nme <+> text "\t\t" <> derives
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

so we might consider dropping it altogether