11 Jan 2013 01:27
Parallel cabal install ignores order
Niklas Hambüchen <mail <at> nh2.me>
2013-01-11 00:27:56 GMT
2013-01-11 00:27:56 GMT
I have "jobs: 4" enabled in my cabal config to get parallel installs with cabal-install >= 1.16. When I do cabal install --reinstall --force-reinstalls world to reinstall all packages (e.g. to enable profiling or shared), it fails after some point, complaining that the required dependency package is not compiled with the needed flag (for profiling / -dyn). It looks like for reinstalls, parallel cabal-install simply ignores the necessary order. Can somebody confirm this or tell me if this is known? If not, where should it be reported? Thanks Niklas
RSS Feed