Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5450 commits behind the upstream repository.
user avatar
Ben Gamari authored
We must generate the hsc2hs wrapper at bindist installation time since
it must contain `--lflag` and `--cflag` arguments which depend upon the
installation path.

The solution here is to substitute these variables in the configure
script (see mk/hsc2hs.in). This is then copied over a dummy wrapper in
the install rules.

Fixes #24050.
efcbad2d
History