How to get cabal to ignore the global package DB when using a sandbox

前端 未结 1 1311
渐次进展
渐次进展 2021-01-11 11:32

I\'m trying to install two libraries, Elm and yesod-platform, using a cabal sandbox on Ubuntu. The problem is, I\'m using xmonad as my window manag

相关标签:
1条回答
  • 2021-01-11 11:57

    Too late probably, but still…

    I don't know how to do exactly this, but you can try to force cabal to reinstall those packages in sandbox, it will tell you it is dangerous, but as it is in sandbox I believe it not (I can't see how it would break your system/profile packages). But that is kind of impractical solution. And you will have to specify exact version.

    0 讨论(0)
提交回复
热议问题