Is it possible to build a Haskell project using Cabal and control GHC flags from an environment variable?
in my project.cabal file there is a "GHC-Options" section that controls the flags, but I would like them to add them from the command line.
compilation environment-variables haskell ghc cabal
Wojciech danilo
source share