Closed spl closed 7 years ago
My best guess is to have pure Haskell version for this module, and if it is slower and working it is much better then faster and broken. The choice which module to build should be done in .cabal
Any solution to this?
The whole module is a simple function for decoding strings, UTF8->UCS2 please write it in Haskell, or "borrow" from some plethora libraries which does it but are not as performing as the C(state machine) version
Closing this as I think this is out of date now. The upper bound is currently 1.2 and my understanding is that aeson-1.1.1.0
includes ghcjs
support.
Does this change require changing shims? I'm now seeing this error in my app, and I think it's related to using
aeson-1.0.2.0
.Related: https://github.com/bos/aeson/issues/471