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 is basically #164. With extra-libraries we have the advantage that cabal2nix can already rewrite the names via libNixName (e.g. for supc++ from #164 (comment), the correct fix is probably to add a mapping to the nixpkgs package in libNixName).
However, I find it questionable having HSrts-ghc9.4.7 in extra-libraries. You should basically never need to do anything so that GHC links the underlying shared library of the rts.
You should basically never need to do anything so that GHC links the underlying shared library of the rts.
I develop a dynamic module for Emacs to interpret embedded Haskell via hint library.
Also I guess cabal2nix miss all dependencies if instead of library keyword foreign-library is used, though these sections share most of the children attributes.
Hi,
if cabal contains line:
cabal2nix generates following nix:
Is it possible to replace dots with underbar or exclude form pattern matching problematic name?
cabal build resolves rts dependency somehow even when nix-shell is called with commented extra-libraries line and uncommented before cabal run.
Current workaround:
cabal:
configure:
The text was updated successfully, but these errors were encountered: