| 1 | c:\Users\xyz>GHCI |
|---|
| 2 | GHCi, version 7.0.1: http://www.haskell.org/ghc/ :? for help |
|---|
| 3 | Loading package ghc-prim ... linking ... done. |
|---|
| 4 | Loading package integer-gmp ... linking ... done. |
|---|
| 5 | Loading package base ... linking ... done. |
|---|
| 6 | Loading package ffi-1.0 ... linking ... done. |
|---|
| 7 | Prelude> :cd C:\Users\xyz |
|---|
| 8 | Prelude> :m +Address |
|---|
| 9 | |
|---|
| 10 | <no location info>: |
|---|
| 11 | Could not find module `Address': |
|---|
| 12 | it is not a module in the current program, or in any known package. |
|---|
| 13 | Prelude> :m +Address.o |
|---|
| 14 | syntax: :module [+/-] [*]M1 ... [*]Mn |
|---|
| 15 | Prelude> ^C |
|---|
| 16 | c:\Users\xyz> |
|---|
| 17 | Prelude> |
|---|
| 18 | c:\Users\xyz> |
|---|
| 19 | c:\Users\xyz> |
|---|
| 20 | Prelude> |
|---|
| 21 | c:\Users\xyz> |
|---|
| 22 | Prelude> |
|---|
| 23 | c:\Users\xyz> |
|---|
| 24 | Prelude> dir |
|---|
| 25 | Volume in Laufwerk C: hat keine Bezeichnung. |
|---|
| 26 | Volumeseriennummer: 4A51-A50C |
|---|
| 27 | |
|---|
| 28 | Verzeichnis von c:\Users\xyz |
|---|
| 29 | |
|---|
| 30 | 25.11.2010 22:52 <DIR> . |
|---|
| 31 | 25.11.2010 22:52 <DIR> .. |
|---|
| 32 | [***output removed (cmd.exe was listing my directory's contents here)***] |
|---|
| 33 | |
|---|
| 34 | c:\Users\xyz> |
|---|
| 35 | Prelude> |
|---|
| 36 | ghc.exe: panic! (the 'impossible' happened) |
|---|
| 37 | (GHC version 7.0.1 for i386-unknown-mingw32): |
|---|
| 38 | thread blocked indefinitely in an MVar operation |
|---|
| 39 | |
|---|
| 40 | Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug |
|---|