How to change path of cabal config file?

前端 未结 1 813
春和景丽
春和景丽 2021-01-12 06:16

I am using HaskellPlatform-2012.4.0.0 on Win7. It\'s installed as portable. Paths are managed through .bat file so ghci and ghc works.
But caba

1条回答
  •  没有蜡笔的小新
    2021-01-12 06:41

    Run cabal with:

    cabal --config-file="path/to/config"
    

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