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
The goal is to be able to use Gazelle Cabal in a Bazel project with bzlmod enabled (--enable_bzlmod) and to develop and maintain Gazelle Cabal itself with bzlmod enabled.
bzlmod is the new way to manage dependencies in Bazel and the old WORKSPACE model will eventually be phased out. As such Gazelle Cabal needs to support bzlmod. Otherwise, users of Gazelle Cabal will not be able to move forward and migrate their projects to use bzlmod.
The content you are editing has changed. Please copy your edits and refresh the page.
Related to tweag/rules_haskell#1864.
The goal is to be able to use Gazelle Cabal in a Bazel project with bzlmod enabled (
--enable_bzlmod
) and to develop and maintain Gazelle Cabal itself with bzlmod enabled.bzlmod is the new way to manage dependencies in Bazel and the old WORKSPACE model will eventually be phased out. As such Gazelle Cabal needs to support bzlmod. Otherwise, users of Gazelle Cabal will not be able to move forward and migrate their projects to use bzlmod.
Tasks
stack_snapshot
dependency declarations with Gazelle Cabal. #69The text was updated successfully, but these errors were encountered: