Closed markus-git closed 7 years ago
The Travis builds fail with
Not in scope: type constructor or class ‘NFData1’
Probably a cached version of transformers
is used, so you need to specify a bound in the Cabal file.
Some builds fail on Travis without a reason. Maybe it's running out of memory. I'll try to investigate.
I assume the patch is OK.
I'm unable to get all configurations to build on travis, but the change seems fine so I'll merge it.
Note that I had to remove some CPP code in Functional.hs for Syntactic to build, not sure that was correct.