hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

vendor snowball to remove text-icu dep

Open gbaz opened this issue 2 years ago • 1 comments

The text-icu dep is just needed for some encoding stuff that can be done in pure haskell, and snowball can easily be modified to not use it.

Since it causes so much pain on various systems, i'd prefer if we vendored the (effectively unmaintained) snowball package to avoid having to deal with this.

gbaz avatar Mar 24 '22 21:03 gbaz

I'd like to work on this, and have removed snowball's text-icu dep locally. However, I don't know how to contribute: I forked the original repo, but it has some updates and is unable to build now.

AliasQli avatar Jul 31 '22 08:07 AliasQli