Ticket #655 (closed feature request: fixed)

Opened 6 years ago

Last modified 2 years ago

Loading the GHC library from GHCi.

Reported by: Lemmih Owned by:
Priority: normal Milestone: 6.6
Component: Compiler Version: 6.4.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Moderate (less than a day)
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The GHC library exports some symbols which should probably be kept in the GHC binary (see $fptools/ghc/compiler/parser/hschooks.c) and it uses other symbols which aren't exported at all. Loading the library dynamically is essential for hIDE ( http://haskell.org/hawiki/hIDE).

Attachments

patch Download (29.0 KB) - added by Lemmih 6 years ago.
Darcs patch.
wibble.patch Download (25.4 KB) - added by Lemmih 6 years ago.
Don't link the GHC library with hschooks.o

Change History

Changed 6 years ago by Lemmih

Darcs patch.

Changed 6 years ago by Lemmih

I've attached a darcs patch which allows the GHC library to be loaded from ghci/hIDE.

Changed 6 years ago by Lemmih

Don't link the GHC library with hschooks.o

Changed 6 years ago by Lemmih

  • status changed from new to closed
  • resolution set to fixed

Changed 3 years ago by simonmar

  • architecture changed from Multiple to Unknown/Multiple

Changed 3 years ago by simonmar

  • os changed from Multiple to Unknown/Multiple

Changed 2 years ago by simonmar

  • difficulty changed from Moderate (1 day) to Moderate (less than a day)
Note: See TracTickets for help on using tickets.