#17696 Plans to reintegrate Haskell support?
New issue created by
Narice
Is your feature request related to a problem? Please describe.
Hi!
I would like to be able to build haskell code using Pants (v2).
Are there any plans to reintegrate support for Haskell into pants?
A contrib plugin existed in the Pants v1, but this particular plugin was cut due to test issues.
Describe the solution you'd like
Reintroducing the Haskell plugin removed in
#3122.
Describe alternatives you've considered
There are alternatives such as a rule_set for Bazel developped by Tweag, but I would have liked to try out Pants (v2) since it seems to be more approachable overall as outlined here:
Pants vs Bazel
Is it possible to use Bazel rules directly in Pants? In that case, Pants would be a no-brainer for me, but I couldn't find that information so I'm presuming it is not the case.
More context
I am considering settling on Pants for my software stack instead of Bazel, to ease integration of an open-source monorepo tool into teams that might not be familiar with such tools, but I'm a bit worried about language support outside of the internally supported languages.
pantsbuild/pants