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
UHC could be built inside a cabal sandbox instead of using the global package db. This would avoid
any collisions between wrong package versions already installed.
Just an idea, not a problem for me. Would make it easier for other people to install it I think.
The text was updated successfully, but these errors were encountered:
Seconding this. In general I prefer to use sandboxed libraries if possible. I admittedly didn't try very hard, but I couldn't figure out a way to get make to work with sandboxed libraries. I was able to get configure to work by adding "--package-db" to the call to ghc-pkg in the configure script.
The Nix package for UHC actually does something similar, although it does not use sandboxes but just plain ghc-pkg. But it at least points out where the changes need to be made.
UHC could be built inside a cabal sandbox instead of using the global package db. This would avoid
any collisions between wrong package versions already installed.
Just an idea, not a problem for me. Would make it easier for other people to install it I think.
The text was updated successfully, but these errors were encountered: