是否可以重新初始化 cabal 沙箱?
Is it possible to reinit a cabal sandbox?
我发现自己 运行经常使用以下命令 "reinit" 将沙箱恢复到干净状态。
cabal sandbox delete
cabal sandbox init
cabal sandbox add-source Foo
cabal sandbox add-source Bar
cabal sandbox add-source Baz
有没有办法让沙箱 "remember" 成为 add-sources
条目?还是我的方法有缺陷?我最常 运行 这些命令是因为 "cabal hell" 如果 cabal 抱怨配置错误的包。
删除 .cabal-sandbox
中除 add-source-timestamps
和 packages/
之外的所有内容。
我发现自己 运行经常使用以下命令 "reinit" 将沙箱恢复到干净状态。
cabal sandbox delete
cabal sandbox init
cabal sandbox add-source Foo
cabal sandbox add-source Bar
cabal sandbox add-source Baz
有没有办法让沙箱 "remember" 成为 add-sources
条目?还是我的方法有缺陷?我最常 运行 这些命令是因为 "cabal hell" 如果 cabal 抱怨配置错误的包。
删除 .cabal-sandbox
中除 add-source-timestamps
和 packages/
之外的所有内容。