[GHC] #10956: Allow default keyboard behavior to be easily overriden
GHC
ghc-devs at haskell.org
Sun Oct 11 22:18:11 UTC 2015
#10956: Allow default keyboard behavior to be easily overriden
-------------------------------------+-------------------------------------
Reporter: BalinKingOfMoria | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 7.8.3
Resolution: | Keywords: io input raw
Operating System: Windows | Architecture: x86_64
Type of failure: Incorrect result | (amd64)
at runtime | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
You skipped some steps in step 1. I *think* what you mean is:
1a. Create this file `uptest.hs`
{{{
import Control.Monad
main = forever getLine
}}}
1b. Compile with `ghc uptest`
1c. Run `./uptest` (or whatever Windows equivalent)
but I'm not sure especially about 1b and 1c, so please correct me if this
is wrong!
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10956#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list