X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fghci.xml;h=f56c079114e8438f16ea49b17853152162eaa54e;hb=b55fe864599e77f2ae2a3fbeec899ea7aeeac9f2;hp=f9efe34fa87eb5aac6e87028bb681253f5765194;hpb=366e8db02ab7a5bb5316699bff397d06e47891b2;p=ghc-hetmet.git diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index f9efe34..f56c079 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1511,7 +1511,7 @@ Prelude> :set -fno-glasgow-exts - + FAQ and Things To Watch Out For @@ -1556,10 +1556,9 @@ Prelude> :set -fno-glasgow-exts Concurrent threads don't carry on running when GHCi is waiting for input. - No, they don't. This is because the Haskell binding - to the GNU readline library doesn't support reading from the - terminal in a non-blocking way, which is required to work - properly with GHC's concurrency model. + This should work, as long as your GHCi was built with + the switch, which is the default. + Consult whoever supplied your GHCi installation. @@ -1586,6 +1585,13 @@ Prelude> :set -fno-glasgow-exts + + I can't use Control-C to interrupt computations in + GHCi on Windows. + + See . + +