How to change path of cabal config file?

前端 未结 1 797
春和景丽
春和景丽 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)
提交回复
热议问题