Commit ab38af5
committed
Reproducer doesn't work
Recently I thought a failing pre-processor would cause this issue, but
it looks like that doesn't work:
```
ghci> :reload
src/MyModule.hs:1:1: error:
`false' failed in phase `Haskell pre-processor'. (Exit code: 1)
|
1 | {-# OPTIONS_GHC -F -pgmF false #-}
| ^
Failed, no modules to be reloaded.
```1 parent cc9f4ab commit ab38af5
2 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | | - | |
59 | 56 | | |
60 | 57 | | |
61 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments