Closed madjestic closed 6 years ago
Hi, It's likely that you've installed packages into your global package cache (i.e., you haven't been using sandboxes).
Type
ghc-pkg list --user
There ideally shouldn't be anything in there (maybe Cabal depending on your GHC version). If there is, it's best to unregister them.
ghc-pkg list --user | grep -v 'package.conf.d' | grep -v 'Cabal-' | xargs ghc-pkg unregister
See https://github.com/haskell-mafia/mafia/blob/master/docs/installing-cabal.md for more info.
Hey guys,
I am trying to build grenade by running
./mafila build
and I am getting the following error:How can I force the build script to use --force-reinstalls, or is there another workaround?
Thanks, Vlad