You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while I appreciate the need for a truly platform-independent source of cryptographic entropy, the JS dependencies are very heavy.
Would you be open to a smaller, upstream package called say entropy-backend that provides the Unix and Windows stuff, imported by this one which then will provide the JS interface and reexport the other ones too?
The text was updated successfully, but these errors were encountered:
Do I understand correctly that the impl(ghcjs) || os(ghcjs) in the library stanza of the .cabal file makes it so that the JS dependencies are not active when the compiler is not GHCJS?
Hi, while I appreciate the need for a truly platform-independent source of cryptographic entropy, the JS dependencies are very heavy.
Would you be open to a smaller, upstream package called say
entropy-backend
that provides the Unix and Windows stuff, imported by this one which then will provide the JS interface and reexport the other ones too?The text was updated successfully, but these errors were encountered: