Ticket #43 (new defect)

Opened 7 years ago

Last modified 3 years ago

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

Changed 3 years ago by duncan

  • description modified (diff)
  • summary changed from for Hugs executable install, the Extensions probably need to be taken into account for the generated script to for Hugs executable install, dependencies need to be taken into account for the generated script
Mon Oct 18 18:56:47 BST 2010  Duncan Coutts <duncan@haskell.org>
  * Add hugs support for the languages and extensions fields
  Incidentally, should fixe ticket #43.

Previous issue fixed, but there's still an issue with the dependencies. Description updated.

Note: See TracTickets for help on using tickets.