Ticket #43 (new defect)

Opened 3 years ago

for Hugs executable install, the Extensions probably need to be taken into account for the generated script

Reported by: ijones Assigned to:
Priority: normal Milestone:
Component: Cabal library Version:
Severity: normal Keywords:
Cc: Difficulty: normal
GHC Version: Platform:

Description

See the FIX (HUGS) in Install.hs:installHugs around line 209.

When we generate the runhugs command, we should not only use the hcOptions, but also taken into account what extensions are listed in the .cabal file (extensionToHugsFlag).