kazu-yamamoto / hhp

Happy Haskell Programming
BSD 3-Clause "New" or "Revised" License
67 stars 5 forks source link

Injecting cabal flags via environment variable. #13

Closed khibino closed 9 months ago

khibino commented 3 years ago

This is a change to pass cabal flags via environment variables. To pass cabal flags, instead of passing --flags='foo -bar' on the cabal command-line, pass the environment variable HPP_CABAL_FLAGS='foo -bar'.

kazu-yamamoto commented 2 years ago

I don't understand your motivation. Why should we use environment variables?

khibino commented 9 months ago

resolved by https://github.com/kazu-yamamoto/hhp/commit/1c0601ab83f3f931f79be5d5f649f9c4d0d9395c