]> gitweb.michael.orlitzky.com - bash.d.git/commit
compilation: export the non-standard HCFLAGS variable.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 19 May 2020 21:53:32 +0000 (17:53 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 19 May 2020 21:53:32 +0000 (17:53 -0400)
commitb6f38a99cb23296286af8a17bc180f27e3aa7141
tree4f67879ceaa3e08ca08b48b5edbe0b3589a6bc47
parente93e77990a9e1fa893109df1c89b2b6e09b38cdc
compilation: export the non-standard HCFLAGS variable.

Having HCFLAGS exported won't help with most software, but I've started
using it in my own Haskell projects to avoid hard-coding compiler flags
in the cabal file.
compilation