Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rules_haskell now handles the global package db within Bazel tweag/rules_haskell#859 - We no longer use the Nix provided c2hs. So, we drop it. - Rename `ghcWithC2hs` to `ghcStatic` to clarify that that's where the static linking patches are applied. - Extend package-db patches to align Nix store paths with the new $out. This works around a restriction in current rules_haskell, where the paths in the package config files must have the same prefix as the path to the package config files themselves. - Don't exclude haskell libraries from extra-libraries entries. Test rules_haskell pkgdb-to-bzl fix-for-da Drop c2hs Fix GHC package-db patch
- Loading branch information