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:
glasgow-haskell-bugs@haskell.org
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
With GHC 8.0 and latest commit from repo got folowing error
How can I fix this?