Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(stack): Generalize filtering out the "ghc" package
The filtering of the "ghc" package is not covered by tests and it is unkown whether it is needed with the current tooling versions. It seems relatively safe to assume that the "ghc" package has not been referenced by any scope back when the filtering was implemented. Remove filtering "ghc" explicitly in favor of filtering out all non-referenced packages, which solves the original problem in a more general way. Signed-off-by: Frank Viernau <frank_viernau@epam.com>
- Loading branch information