BNFC / bnfc

BNF Converter
http://bnfc.digitalgrammars.com/
582 stars 161 forks source link

`bnfc-system-tests` does not build with `HTF-0.15` #416

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

bnfc-system-tests does not build with HTF-0.15:

src/TestUtils.hs:27:24: error:
    Module ‘Test.Framework’ does not export ‘assertEqualPretty_’
   |
27 | import Test.Framework (assertEqualPretty_, assertEqual_)
   |                        ^^^^^^^^^^^^^^^^^^

src/TestUtils.hs:27:44: error:
    Module ‘Test.Framework’ does not export ‘assertEqual_’
   |
27 | import Test.Framework (assertEqualPretty_, assertEqual_)
   |                                            ^^^^^^^^^^^^