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
In the following image showing a file diff, the right pane is the packages section of cabal.project generated with stack2cabal. It does not have paths. I've corrected this problem with the file shown in the left pane to include the paths taken from the stack.yaml file above.
To reproduce, working off flare-timing at revision 68e62b;
> git clone https://github.com/BlockScope/flare-timing.git
> cd flare-timing
> git reset --hard 68e62b236ca4e7207e559eeb5aec7bb69f44cc6e
> stack install stack2cabal
> mv cabal.project __cabal.project
> stack exec stack2cabal .
creating cabal config for project folder '.'
writing cabal.project
DEPRECATED: Use ls dependencies instead. Will be removed in next major version.
done: writing cabal.project
...
done: creating cabal config for project folder '.'
The text was updated successfully, but these errors were encountered:
When adding packages, please check subdirs.
In the following image showing a file diff, the right pane is the packages section of
cabal.project
generated withstack2cabal
. It does not have paths. I've corrected this problem with the file shown in the left pane to include the paths taken from thestack.yaml
file above.To reproduce, working off
flare-timing
at revision 68e62b;The text was updated successfully, but these errors were encountered: