Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hie-core exe: initDynLinker (digital-asset#2555)
The hie-core tests are flaky in stack. They can fail with the following error message ``` hie-core: panic! (the 'impossible' happened)\n (GHC version 8.6.5 for x86_64-unknown-linux): Dynamic linker not initialised Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug ``` Explicitly initializing the dynamic linker at session startup should avoid this issue.
- Loading branch information