[GHC] #13210: Can't run terminfo code in GHCi on Windows
GHC
ghc-devs at haskell.org
Sat Feb 18 13:16:43 UTC 2017
#13210: Can't run terminfo code in GHCi on Windows
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone: 8.4.1
Component: Runtime System | Version: 8.0.2
(Linker) |
Resolution: | Keywords:
Operating System: Windows | Architecture:
Type of failure: GHC rejects | Unknown/Multiple
valid program | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D3154
Wiki Page: | Phab:D3155
-------------------------------------+-------------------------------------
Changes (by Phyx-):
* status: new => patch
* differential: => Phab:D3154 Phab:D3155
* milestone: => 8.4.1
Comment:
That'll do it.
{{{
$ echo main | ../inplace/bin/ghc-stage2.exe ../Terminfo.hs -L/mingw64/lib/
-lncurses --interactive -fforce-recomp
GHCi, version 8.1.20170214: http://www.haskell.org/ghc/ :? for help
[1 of 1] Compiling Main ( ..\Terminfo.hs, interpreted )
Ok, modules loaded: Main.
*Main> *** Exception: setupTerm: Couldn't look up terminfo entry "xterm"
*Main> Leaving GHCi.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13210#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list