[GHC] #10123: GHCi won't start in Powershell ISE
GHC
ghc-devs at haskell.org
Sat Feb 28 08:09:08 UTC 2015
#10123: GHCi won't start in Powershell ISE
-------------------------------------+-------------------------------------
Reporter: qwfy | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.8.3
Keywords: powershell | Operating System: Windows
Architecture: | Type of failure: Incorrect result
Unknown/Multiple | at runtime
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
-------------------------------------+-------------------------------------
1. Start Powershell ISE (Windows PowerShell ISE Host 4.0 on Windows 8.1)
2. Type "ghci"
You will see the output:
{{{
GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
}}}
After `Loading package base ... linking ... done.`, GHCi just hangs, won't
continue, the prompt is never displayed.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10123>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list