BNFC / bnfc

BNF Converter
http://bnfc.digitalgrammars.com/
586 stars 165 forks source link

BNFC-2.8 can't compile its own test suite #140

Closed peti closed 6 years ago

peti commented 9 years ago

Apparently, there are modules missing from the release tarball on Hackage:

Preprocessing test suite 'unit-tests' for BNFC-2.8...

test/BNFC/Backend/HaskellSpec.hs:5:8:
    Could not find module ‘BNFC.Hspec’
    Use -v to see a list of the files searched for.
andreasabel commented 6 years ago

This is fixed in the development version and will be working with the next release, using:

make
make test