the --srcdir=. option for ./configure seems necessary for GHC to find modules... authored by guest's avatar guest
the --srcdir=. option for ./configure seems necessary for GHC to find modules in the current directory
......@@ -159,7 +159,7 @@ tree `<T>`.
```wiki
$ cd <T>
$ ./configure --enable-hc-boot --enable-hc-boot-unregisterised
$ ./configure --enable-hc-boot --enable-hc-boot-unregisterised --srcdir=.
```
......
......