Ticket #43 (new defect)
for Hugs executable install, dependencies need to be taken into account for the generated script
| Reported by: | ijones | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Cabal library | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | normal | |
| GHC Version: | Platform: |
Description (last modified by duncan) (diff)
See the TODO in Hugs.hs:installHugs around line 209.
When we generate the runhugs command, we should not only use the options and language extensions for this package but also all those of packages that this executable depends on. This is because hugs has no notion of package, so we have to use the union of all flags/extensions and just prey that they are compatible.
Change History
Note: See
TracTickets for help on using
tickets.
