Is there an equivalent of `cabal-dev ghc`

I learned how to use cabal-dev configuration for projects to keep dependencies clean. cabal-dev ghci and cabal-deb ghc-pkg work well. But I believe that I want to issue the cabal-dev ghc command, but it does not exist.

The context tries to get flymake in emacs running ghc, but the direct ghc command does not get cabal-dev.

Is there something that cabal-dev ghc will give me cabal-dev ghc like cabal-dev ghci works?

+6
source share
1 answer

This function does not exist yet. Please write a feature request: https://github.com/creswick/cabal-dev/issues?state=open

+3
source

Source: https://habr.com/ru/post/947919/


All Articles