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
This seems to be another valid solution that doesn't require a mixed static/shared overlay.
To achieve this [only compiling static libraries] we need to build GHC with a static RTS and to make sure that Haskell code is compiled as position independent code so that it can be loaded into a running GHC for template Haskell splices.
I'm trying to get anything else than version
ghc-8.6.5
using this default.nix:The text was updated successfully, but these errors were encountered: