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
Use precise direct dependencies at the configure step. This should fix warnings This package indirectly depends on multiple versions of the same package which used to print out very long lists of inconsistencies. Additionally, this should speed up builds when there are multiple versions of dependent packages in the Cabal store.
Command deps now accepts option -d which expects the builddir where the build plan is located.
Command init now generates Makefile which builds Cabal artifacts in directory dist-nhm.
In generated Makefile, if command nhm-tool is not found (say, it hasn't been explicitly installed), it's being searched by cabal list-bin.
Command init now generates file hie.yaml for using with Haskell Language Server when editing the Haskell source file(s).
To speed up builds, the generated Makefile skips configuration of the GHC package environment if this can be omitted. To build the GHC package environment only, run make env.
The GHC package environment is not deleted on make clean.
Fix import modules after update to Cabal3.10.3.0.
Github actions CI.
Build a simple test project with ngx-export-distribution.