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
Is hpack-convert supposed to just work when used on a project?
Example:
Initial commit -- has sixten.cabal and no package.yaml -- compiles fine with just stack build.
Next commit -- used hpack-convert and compilation fails because of wrong dependencies.
Fix commit -- manually edited package.yaml so that the project compiles (although it generates warnings now, which I don't fully understand but yeah, that's one more thing which is different).
Did I miss some step in between?
The text was updated successfully, but these errors were encountered:
Is
hpack-convert
supposed to just work when used on a project?Example:
Initial commit -- has
sixten.cabal
and nopackage.yaml
-- compiles fine with juststack build
.Next commit -- used
hpack-convert
and compilation fails because of wrong dependencies.Fix commit -- manually edited
package.yaml
so that the project compiles (although it generates warnings now, which I don't fully understand but yeah, that's one more thing which is different).Did I miss some step in between?
The text was updated successfully, but these errors were encountered: