emilaxelsson / syntactic

Generic representation and manipulation of abstract syntax
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Rely on new deepseq version. #33

Closed markus-git closed 6 years ago

markus-git commented 6 years ago

Note that I had to remove some CPP code in Functional.hs for Syntactic to build, not sure that was correct.

emilaxelsson commented 6 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.

emilaxelsson commented 6 years ago

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.

emilaxelsson commented 6 years ago

I'm unable to get all configurations to build on travis, but the change seems fine so I'll merge it.