fpco / ide-backend

ide-backend drives the GHC API to build, query, and run your code
120 stars 17 forks source link

Reinstate test for getDotCabal or remove feature #302

Open mgsloan opened 9 years ago

mgsloan commented 9 years ago

Currently, the test with withIncludes and TargetsExclude fails because the cabal file generated by getDotCabal doesn't have any dependency constraints.

This is pretty bizarre, because when I add some debugging of the computed deps, here, they look correct. So the only thing I can think of is a change in behavior for showGenericPackageDescription, part of the Cabal library.