[GHC] #276: ghci compile option
GHC
trac at galois.com
Wed Apr 11 06:35:59 EDT 2007
#276: ghci compile option
---------------------+------------------------------------------------------
Reporter: goronsf | Owner: simonmar
Type: task | Status: closed
Priority: normal | Milestone: 6.8
Component: GHCi | Version: None
Severity: minor | Resolution: fixed
Keywords: | Difficulty: Moderate (1 day)
Testcase: | Architecture: Unknown
Os: Unknown |
---------------------+------------------------------------------------------
Changes (by simonmar):
* resolution: None => fixed
* status: new => closed
Comment:
Now done, patch is:
{{{
Wed Apr 11 03:18:02 PDT 2007 Simon Marlow <simonmar at microsoft.com>
* Rationalise GhcMode, HscTarget and GhcLink
}}}
To compile to object code inside GHCi, use either `ghci -fobject-code` or
`:set -fobject-code`.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/276>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list