rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

Replace custom "set" library by Skylib's sets.bzl

Open aherrmann opened this issue 3 years ago • 1 comments

rules_haskell contains a home-grown set library in haskell/private/set.bzl. However, it's implementation is very similar to the one provided by Skylib. We should switch to the Skylib provided one and remove the homegrown version.

aherrmann avatar Aug 08 '22 15:08 aherrmann

Skylib's version doesn't expose mutable_{union,difference}, so I've opened https://github.com/bazelbuild/bazel-skylib/pull/415 for that.

evertedsphere avatar Nov 25 '22 17:11 evertedsphere