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
With GHC 8.0 and latest commit from repo got folowing error
A web handler threw an exception. Details:
GHC error:
ByteCodeLink.lookupCE
During interactive linking, GHCi couldn't find the following symbol:
snapzm1zi0zi0zi1zmIPS6pvaai8UDA3QzzvKFebJ_SnapziSnapletziAuthziSpliceHelpers_addAuthSplices_closure
This may be due to you not asking GHCi to load extra object files,
archives or DLLs needed by your current session. Restart GHCi, specifying
the missing library using the -L/path/to/object/dir and -lmissinglibname
flags, or simply by naming the relevant files on the GHCi command line.
Alternatively, this link failure might indicate a bug in GHCi.
If you suspect the latter, please send a bug report to:
[email protected]
CallStack (from HasCallStack):
error, called at src/Snap/Loader/Dynamic.hs:207:32 in snap-loader-dynamic-1.0.0.0-KJiJzgh22ON2dwIQkVoivm:Snap.Loader.Dynamic
How can I fix this?
The text was updated successfully, but these errors were encountered:
With GHC 8.0 and latest commit from repo got folowing error
How can I fix this?
The text was updated successfully, but these errors were encountered: