You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the test
with withIncludes and TargetsExclude
fails because the cabal file generated bygetDotCabal
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.The text was updated successfully, but these errors were encountered: