[GHC] #2039: Using GHC 6.8.2 as a library does not work well
under Windows in GHCi
GHC
trac at galois.com
Sun Apr 27 09:57:43 EDT 2008
#2039: Using GHC 6.8.2 as a library does not work well under Windows in GHCi
----------------------------------------------------------+-----------------
Reporter: PVerswyvelen | Owner:
Type: bug | Status: new
Priority: lowest | Milestone: 6.8.3
Component: GHC API | Version: 6.8.2
Severity: major | Resolution:
Keywords: GHC API GHCi runtime linker duplicate symbol | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Windows |
----------------------------------------------------------+-----------------
Changes (by igloo):
* priority: normal => lowest
Comment:
I can't reproduce this (with ghci or ghcii.sh, under cmd, msys or cygwin),
e.g.:
{{{
$ ghcii.sh -package ghc q.hs
GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
Loading package old-locale-1.0.0.0 ... linking ... done.
Loading package old-time-1.0.0.0 ... linking ... done.
Loading package filepath-1.1.0.0 ... linking ... done.
Loading package directory-1.0.0.0 ... linking ... done.
Loading package array-0.1.0.0 ... linking ... done.
Loading package containers-0.1.0.1 ... linking ... done.
Loading package hpc-0.5.0.0 ... linking ... done.
Loading package bytestring-0.9.0.1 ... linking ... done.
Loading package pretty-1.0.0.0 ... linking ... done.
Loading package packedstring-0.1.0.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package Win32-2.1.1.0 ... linking ... done.
Loading package process-1.0.0.0 ... linking ... done.
Loading package Cabal-1.2.3.0 ... linking ... done.
Loading package random-1.0.0.0 ... linking ... done.
Loading package haskell98 ... linking ... done.
Loading package ghc-6.8.2 ... linking ... done.
[1 of 1] Compiling Main ( q.hs, interpreted )
Ok, modules loaded: Main.
*Main> main
4
*Main> :q
Leaving GHCi.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2039#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list