duckling fork
This issue is a reminder that gargantext currently uses a fork of duckling (branch adinapoli/ghc947-compat
).
As of february 2024:
This branch is 6 commits ahead of facebook/duckling:main.
Related MR: !231 (merged)
Duckling doesn't work with aeson;
This fork also depends on text16-compat
:
Update: I have fixed
duckling
by relying on a package I've developed for the occasion called text16-compat which exposes some compat shim that allowsduckling
to keep working even though the underlyingtext
library is now using aByteArray
of UTF8 code points.