Add -threaded and -rtsopts to cabal-install's ghc-options.
We don't want FFI calls to block all Haskell threads, so we need to use the threaded runtime; -rtsopts is for experimenting with the number of capabilities.
Please register or sign in to comment